Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions dev/build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ parameters:
-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
count: 4
count: 3
path: ../../../htdocs/admin/mails_templates.php

-
Expand Down Expand Up @@ -8400,12 +8400,6 @@ parameters:
count: 1
path: ../../../htdocs/core/tpl/filemanager.tpl.php

-
message: '#^Variable \$limit might not be defined\.$#'
identifier: variable.undefined
count: 2
path: ../../../htdocs/core/tpl/list_print_total.tpl.php

-
message: '#^Variable \$num might not be defined\.$#'
identifier: variable.undefined
Expand Down