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 eac3d48 commit d0a3ea6Copy full SHA for d0a3ea6
1 file changed
phpstan.neon
@@ -345,3 +345,9 @@ parameters:
345
-
346
identifier: symplify.noReference
347
message: '#Use explicit return value over magic &reference#'
348
+
349
+ -
350
+ path: rules/Renaming/Rector/Name/RenameClassRector.php
351
+ identifier: return.type
352
353
+ - '#Method Rector\\(.*?)Rector\:\:refactor\(\) never returns \d so it can be removed from the return type#'
0 commit comments