Skip to content

Commit

Permalink
Removed some PHPStan ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont authored and github-actions[bot] committed Feb 4, 2025
1 parent 54ad5e2 commit 8b953da
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ parameters:
count: 1
path: lizmap/modules/lizmap/lib/Form/QgisForm.php

-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$cnx$#"
count: 1
path: lizmap/modules/lizmap/lib/Form/QgisForm.php

-
message: "#^Result of && is always false\\.$#"
count: 2
Expand Down Expand Up @@ -459,11 +454,6 @@ parameters:
count: 3
path: lizmap/modules/lizmap/lib/Form/QgisFormControl.php

-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$aliasXml$#"
count: 1
path: lizmap/modules/lizmap/lib/Form/QgisFormControl.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 3
Expand Down Expand Up @@ -514,11 +504,6 @@ parameters:
count: 1
path: lizmap/modules/lizmap/lib/Project/ProjectCache.php

-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$props$#"
count: 1
path: lizmap/modules/lizmap/lib/Project/ProjectCache.php

-
message: "#^Left side of && is always true\\.$#"
count: 1
Expand Down Expand Up @@ -584,11 +569,6 @@ parameters:
count: 1
path: lizmap/modules/view/classes/lizmapMapDockItem.class.php

-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$repository$#"
count: 1
path: lizmap/modules/view/controllers/default.classic.php

-
message: "#^Inner named functions are not supported by PHPStan\\. Consider refactoring to an anonymous function, class method, or a top\\-level\\-defined function\\. See issue \\#165 \\(https\\://github\\.com/phpstan/phpstan/issues/165\\) for more details\\.$#"
count: 1
Expand Down

0 comments on commit 8b953da

Please sign in to comment.