Skip to content

Commit

Permalink
Update ingore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 7, 2024
1 parent a08058a commit 30c8977
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.tests.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,3 @@ parameters:
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\>\\|Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\)\\: mixed\\)\\|null, Closure\\(Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\HandledStamp\\)\\: string given\\.$#"
count: 1
path: tests/MessageBus/Middleware/LoggingMiddlewareTest.phpt
- # false positive
message: "#^Invalid var phpdoc of \\$handledStamps\\. Cannot assign array\\<array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\>\\|Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\> to array\\<Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\HandledStamp\\>$#"
count: 1
path: tests/MessageBus/Middleware/PreventNestedHandlingMiddlewareTest.phpt

0 comments on commit 30c8977

Please sign in to comment.