We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c7be9 commit 5a4fd67Copy full SHA for 5a4fd67
phpstan.neon
@@ -5,8 +5,7 @@ includes:
5
parameters:
6
level: 8
7
errorFormat: symplify
8
-
9
- # reportUnmatchedIgnoredErrors: false
+ reportUnmatchedIgnoredErrors: false
10
11
# see https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases
12
typeAliases:
@@ -98,3 +97,8 @@ parameters:
98
97
99
identifier: symplify.seeAnnotationToTest
100
path: rules/DowngradePhp85/Rector/StmtsAwareInterface/DowngradePipeOperatorRector.php
+
101
+ # handle next
102
+ -
103
+ identifier: method.parentMethodFinalByPhpDoc
104
+ path: rules/DowngradePhp80/Rector/NullsafeMethodCall/DowngradeNullsafeToTernaryOperatorRector.php
0 commit comments