Skip to content

Commit

Permalink
phpstan: fix reportUnmatched typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Nov 30, 2023
1 parent fe8b318 commit 7cbbfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ parameters:
ignoreErrors:
-
message: '#ShipMonk\\Doctrine\\Walker\\HintDrivenSqlWalker\:\:__construct\(\)#' # unable to replicate PHPStan bug
reportUnmatched: true # issue differs with versinos of doctrine/orm
reportUnmatched: false # issue differs with versinos of doctrine/orm

0 comments on commit 7cbbfe8

Please sign in to comment.