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 4bbf7e3 commit 5b5c504Copy full SHA for 5b5c504
1 file changed
phpstan.neon
@@ -467,5 +467,12 @@ parameters:
467
468
# false positive
469
-
470
- identifier: phpstanApi.varTagAssumption
471
- path: rules/TypeDeclarationDocblocks/Rector/ClassMethod/AddReturnDocblockForDimFetchArrayFromAssignsRector.php
+ identifier: phpstanApi.varTagAssumption
+ path: rules/TypeDeclarationDocblocks/Rector/ClassMethod/AddReturnDocblockForDimFetchArrayFromAssignsRector.php
472
+
473
+ # bug, fix in symplify/phpstan-rules
474
+ -
475
+ identifier: symplify.noMissnamedDocTag
476
+ paths:
477
+ - rules/Php74/NodeAnalyzer/ClosureArrowFunctionAnalyzer.php
478
+ - rules/TypeDeclarationDocblocks/TypeResolver/ConstantArrayTypeGeneralizer.php
0 commit comments