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
+5-34Lines changed: 5 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ includes:
5
5
parameters:
6
6
level:8
7
7
8
-
reportUnmatchedIgnoredErrors:false
8
+
# reportUnmatchedIgnoredErrors: false
9
+
9
10
errorFormat:symplify
10
11
11
12
# see https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases
@@ -371,11 +372,6 @@ parameters:
371
372
372
373
- '#Method Rector\\Utils\\Rector\\RemoveRefactorDuplicatedNodeInstanceCheckRector\:\:getInstanceofNodeClass\(\) should return class\-string<PhpParser\\Node>\|null but returns class\-string#'
373
374
374
-
# helper classes for bin script
375
-
-
376
-
path:scripts
377
-
identifier:symplify.multipleClassLikeInFile
378
-
379
375
# copied from /vendor, to keep as original as possible
- '#Method Rector\\Tests\\Issues\\FileWithoutNamespaceCompat\\Rector\\SubscribedToFileWithoutNamespaceRector\:\:refactor\(\) should return Rector\\PhpParser\\Node\\FileNode but returns Rector\\PhpParser\\Node\\CustomNode\\FileWithoutNamespace#'
0 commit comments