Skip to content

Commit

Permalink
Update phpstan message (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 10, 2022
1 parent baf8394 commit 8ede862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ parameters:

# false postive, on trait use in multiple classes
-
message: '#Method name "(.*?)Attribute\(\)" is used in multiple traits\. Make it it unique to avoid conflicts#'
message: '#Method name "(.*?)Attribute\(\)" is used in multiple traits\. Make it unique to avoid conflicts#'
paths:
- packages/BetterPhpDocParser/ValueObject/PhpDoc/DoctrineAnnotation/AbstractValuesAwareNode.php
- packages/BetterPhpDocParser/PhpDoc/ArrayItemNode.php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Rector\DeadCode\Rector\If_;

use PhpParser\Node;
use PhpParser\Node\Expr\Assign;
use PhpParser\Node\Expr\Variable;
use PhpParser\Node\Stmt;
use PhpParser\Node\Stmt\Foreach_;
Expand Down

0 comments on commit 8ede862

Please sign in to comment.