Skip to content

Commit

Permalink
fix phpstan rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-tebiev committed May 26, 2024
1 parent 7634017 commit 4e3611c
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 4e3611c

Please sign in to comment.