diff --git a/dev/build/phpstan/phpstan-baseline.neon b/dev/build/phpstan/phpstan-baseline.neon index b34cfc5779474..3be2c00a02498 100644 --- a/dev/build/phpstan/phpstan-baseline.neon +++ b/dev/build/phpstan/phpstan-baseline.neon @@ -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 @@ -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 @@ -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