Skip to content

Commit 5b5c504

Browse files
committed
skip
1 parent 4bbf7e3 commit 5b5c504

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

phpstan.neon

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,5 +467,12 @@ parameters:
467467

468468
# false positive
469469
-
470-
identifier: phpstanApi.varTagAssumption
471-
path: rules/TypeDeclarationDocblocks/Rector/ClassMethod/AddReturnDocblockForDimFetchArrayFromAssignsRector.php
470+
identifier: phpstanApi.varTagAssumption
471+
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

Comments
 (0)