Skip to content

Commit 7cbbfe8

Browse files
authored
phpstan: fix reportUnmatched typo (#11)
1 parent fe8b318 commit 7cbbfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ parameters:
1717
ignoreErrors:
1818
-
1919
message: '#ShipMonk\\Doctrine\\Walker\\HintDrivenSqlWalker\:\:__construct\(\)#' # unable to replicate PHPStan bug
20-
reportUnmatched: true # issue differs with versinos of doctrine/orm
20+
reportUnmatched: false # issue differs with versinos of doctrine/orm

0 commit comments

Comments
 (0)