You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,33 @@ parameters:
3
3
ignoreErrors:
4
4
- '#Method phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory::createTag\(\) should return phpDocumentor\\Reflection\\DocBlock\\Tag but returns mixed#'
5
5
- '#Offset 2 on array\{string, 28, int\} onleft side of \?\? always exists and is not nullable\.#'
6
+
-
7
+
message:"#^Parameter \\#1 \\$constExprParser of class PHPStan\\\\PhpDocParser\\\\Parser\\\\TypeParser constructor expects PHPStan\\\\PhpDocParser\\\\Parser\\\\ConstExprParser\\|null, PHPStan\\\\PhpDocParser\\\\ParserConfig given\\.$#"
0 commit comments