Skip to content

Commit 5b337b4

Browse files
committed
Adapt phpstan skip rule to the new error format
1 parent 6424c54 commit 5b337b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313

1414
ignoreErrors:
1515
- '#Unsafe usage of new static#'
16-
- '#Call to an undefined method [a-zA-Z0-9\\_\<\>]+::[a-zA-Z]+\(\)#'
16+
- '#Call to an undefined method [a-zA-Z0-9\\_\<\>\(\)]+::[a-zA-Z]+\(\)#'
1717

1818
services:
1919
errorFormatter.sarif:

0 commit comments

Comments
 (0)