Skip to content

Commit

Permalink
Merge pull request #2 from beeyev/fix-phpstan
Browse files Browse the repository at this point in the history
fix phpstan rule
  • Loading branch information
beeyev authored May 26, 2024
2 parents f44cc68 + 4e3611c commit 8965034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ rules:
- Symplify\PHPStanRules\Rules\ForbiddenMultipleClassLikeInOneFileRule
# Removing parent param type is forbidden
- Symplify\PHPStanRules\Rules\ForbiddenParamTypeRemovalRule
# New objects with "%s" name are overridden. This can lead to unwanted bugs, please pick a different name to avoid it.
- Symplify\PHPStanRules\Rules\Complexity\ForbiddenSameNamedNewInstanceRule
# Use explicit names over dynamic ones
- Symplify\PHPStanRules\Rules\NoDynamicNameRule
# Use local named constant instead of inline string for regex to explain meaning by constant name
Expand Down

0 comments on commit 8965034

Please sign in to comment.