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