Skip to content

Commit

Permalink
Added PHPStan errors to the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Nov 18, 2024
1 parent 6473e01 commit 8d07f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11315,6 +11315,11 @@ parameters:
count: 1
path: src/lib/MVC/Symfony/ConfigDumperInterface.php

-
message: "#^Cannot call method warning\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 3
path: src/lib/MVC/Symfony/Controller/Content/PreviewController.php

-
message: "#^Method Ibexa\\\\Core\\\\MVC\\\\Symfony\\\\Controller\\\\Content\\\\QueryController\\:\\:runPagingQuery\\(\\) has no return type specified\\.$#"
count: 1
Expand Down

0 comments on commit 8d07f2b

Please sign in to comment.