Skip to content

Commit

Permalink
core: Ignored old code deprecation phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
rbatistadev committed Oct 9, 2024
1 parent 133ea79 commit c8a3a60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ parameters:
message: "#^Deprecated in PHP 8\\.1\\: Required parameter \\$iriConverter follows optional parameter \\$requestStack\\.$#"
count: 1
path: Doctrine/Orm/Filter/SearchFilterExact.php

-
message: "#Offset 1 on array\\{string, string\\} in isset\\(\\) always exists and is not nullable#"
count: 1
path: Symfony/EventListener/MultipartRequestListener.php

0 comments on commit c8a3a60

Please sign in to comment.