Skip to content

Commit

Permalink
[PHPStan] Aligned baseline after PHPStan release (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz authored Aug 20, 2024
1 parent 90b58ca commit 658f8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ parameters:
path: src/bundle/Controller/ContentEditController.php

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\:\\:getClickedButton\\(\\)\\.$#"
message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\<mixed\\>\\:\\:getClickedButton\\(\\)\\.$#"
count: 4
path: src/bundle/Controller/ContentOnTheFlyController.php

Expand Down Expand Up @@ -976,7 +976,7 @@ parameters:
path: src/bundle/Controller/User/UserDeleteController.php

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\:\\:getClickedButton\\(\\)\\.$#"
message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\<mixed\\>\\:\\:getClickedButton\\(\\)\\.$#"
count: 4
path: src/bundle/Controller/UserOnTheFlyController.php

Expand Down

0 comments on commit 658f8a8

Please sign in to comment.