Skip to content

Commit 5a4fd67

Browse files
committed
skip parentMethodFinalByPhpDoc before FileNode is introduced
1 parent 10c7be9 commit 5a4fd67

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpstan.neon

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ includes:
55
parameters:
66
level: 8
77
errorFormat: symplify
8-
9-
# reportUnmatchedIgnoredErrors: false
8+
reportUnmatchedIgnoredErrors: false
109

1110
# see https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases
1211
typeAliases:
@@ -98,3 +97,8 @@ parameters:
9897
-
9998
identifier: symplify.seeAnnotationToTest
10099
path: rules/DowngradePhp85/Rector/StmtsAwareInterface/DowngradePipeOperatorRector.php
100+
101+
# handle next
102+
-
103+
identifier: method.parentMethodFinalByPhpDoc
104+
path: rules/DowngradePhp80/Rector/NullsafeMethodCall/DowngradeNullsafeToTernaryOperatorRector.php

0 commit comments

Comments
 (0)