Skip to content

Commit fc35107

Browse files
committed
skip fixed errors
1 parent b508056 commit fc35107

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -535,17 +535,8 @@ parameters:
535535
# parallel complexity
536536
- '#Cognitive complexity for "Rector\\Parallel\\Application\\ParallelFileProcessor\:\:check\(\)" is \d+, keep it under 10#'
537537

538-
# false postivie on command option/attribute check in symplify - @todo fix there later
539538
- '#Argument and options "debug", "clear\-cache" got confused#'
540539

541-
# false positive - @todo fix in symplify
542-
-
543-
path: rules/Php80/NodeManipulator/TokenManipulator.php
544-
message: '#Property set "\$node\-\>expr" is overridden#'
545-
546-
# @todo fix in symplify
547-
- '#Parameter \#3 \$configuration of class Symplify\\RuleDocGenerator\\ValueObject\\CodeSample\\ConfiguredCodeSample constructor expects array<string, mixed\>, array<int, Rector\\TypeDeclaration\\ValueObject\\AddPropertyTypeDeclaration\> given#'
548-
549540
# strict rules
550541
- '#Dynamic call to static method PHPUnit\\Framework\\Assert\:\:(.*?)\(\)#'
551542

@@ -609,6 +600,3 @@ parameters:
609600
-
610601
message: '#Class has a static method must so must contains "Static" in its name#'
611602
path: src/Validation/RectorAssert.php
612-
613-
# fixed in symplify dev-main
614-
- '#Parameter \#3 \$configuration of class Symplify\\RuleDocGenerator\\ValueObject\\CodeSample\\ConfiguredCodeSample constructor expects array<string, mixed\>, array<int, Rector\\Renaming\\ValueObject\\RenameAnnotationByType\> given#'

0 commit comments

Comments
 (0)