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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,6 @@ parameters:
48
48
49
49
- '#(.*?)\:\:refactor\(\) should return array<PhpParser\\Node\\Stmt>\|PhpParser\\Node\\Stmt\\ClassConst\|null but returns array<PhpParser\\Node\\Stmt>\|PhpParser\\Node\\Stmt\|null#'
50
50
51
-
# phpstan need to load rector nodes first to avoid this
52
-
- '#Access to an undefined property Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface\:\:\$stmts#'
53
-
54
51
-
55
52
message:'#Parameter \#1 \$attributeClass of class Rector\\DowngradePhp80\\ValueObject\\DowngradeAttributeToAnnotation constructor expects class\-string, string given#'
56
53
path:"config/*"
@@ -70,7 +67,6 @@ parameters:
70
67
identifier:argument.type
71
68
72
69
- '#Asking about instanceof PHPStan\\.* is not covered by backward compatibility promise#'
73
-
- '#Method Rector\\(.*?)\\Rector\\FuncCall\\(.*?)::refactor\(\) never returns \d so it can be removed from the return type#'
0 commit comments