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
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,45 @@ 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:"#^Class PHPStan\\\\PhpDocParser\\\\Parser\\\\ConstExprParser constructor invoked with 3 parameters, 1 required\\.$#"
0 commit comments