Skip to content

Commit 5054f1c

Browse files
committed
remove fixed errors
1 parent fc35107 commit 5054f1c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,6 @@ parameters:
513513
message: '#Instead of abstract class, use specific service with composition#'
514514
path: src/Console/Command/AbstractProcessCommand.php
515515

516-
# parallel run
517-
- '#popen(.*?) is forbidden to use#'
518-
519516
# json for paralell serialization
520517
-
521518
message: '#Use value object over return of values#'
@@ -577,9 +574,6 @@ parameters:
577574
- '#Rector\\BetterPhpDocParser\\ValueObject\\Parser\\BetterTokenIterator\:\:__construct\(\) does not call parent constructor from PHPStan\\PhpDocParser\\Parser\\TokenIterator#'
578575
- '#Rector\\Comments\\NodeTraverser\\CommentRemovingNodeTraverser\:\:__construct\(\) does not call parent constructor from PhpParser\\NodeTraverser#'
579576

580-
# resolve later
581-
- '#Method Rector\\PhpAttribute\\AnnotationToAttributeMapper\\CurlyListNodeAnnotationToAttributeMapper\:\:map\(\) should return array<PhpParser\\Node\\Expr\>\|PhpParser\\Node\\Expr but returns array<int\|string, array<PhpParser\\Node\\Expr\>\|PhpParser\\Node\\Expr\>#'
582-
583577
# always Expr or mixed nested array
584578
- '#Method Rector\\PhpAttribute\\Contract\\AnnotationToAttributeMapperInterface\:\:map\(\) return type has no value type specified in iterable type array#'
585579
- '#Method Rector\\PhpAttribute\\AnnotationToAttributeMapper\\(.*?)AnnotationToAttributeMapper\:\:map\(\) return type has no value type specified in iterable type array#'

0 commit comments

Comments
 (0)