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
18 changes: 0 additions & 18 deletions dev/build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -492,12 +492,6 @@ parameters:
count: 1
path: ../../../htdocs/admin/fediverse.php

-
message: '#^Variable \$result might not be defined\.$#'
identifier: variable.undefined
count: 1
path: ../../../htdocs/admin/fediverse.php

-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
Expand Down Expand Up @@ -564,12 +558,6 @@ parameters:
count: 1
path: ../../../htdocs/admin/hrm.php

-
message: '#^Variable \$object might not be defined\.$#'
identifier: variable.undefined
count: 1
path: ../../../htdocs/admin/hrm.php

-
message: '#^If condition is always true\.$#'
identifier: if.alwaysTrue
Expand Down Expand Up @@ -828,12 +816,6 @@ parameters:
count: 1
path: ../../../htdocs/admin/security_file.php

-
message: '#^Variable \$smsfile might not be defined\.$#'
identifier: variable.undefined
count: 5
path: ../../../htdocs/admin/sms.php

-
message: '#^Loose comparison using \=\= between ''add'' and ''add'' will always evaluate to true\.$#'
identifier: equal.alwaysTrue
Expand Down