Skip to content

Commit

Permalink
add phpstan rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Apr 28, 2024
1 parent a066410 commit 2eeb1a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ parameters:
# ignoreErrors:
# - '~PHP_CodeSniffer\\Files\\File~'
# - '~PHP_CodeSniffer\\Sniffs\\Sniff~'

includes:
- vendor/symplify/phpstan-rules/config/code-complexity-rules.neon
- vendor/symplify/phpstan-rules/config/collector-rules.neon
- vendor/symplify/phpstan-rules/config/naming-rules.neon
- vendor/symplify/phpstan-rules/config/regex-rules.neon
- vendor/symplify/phpstan-rules/config/static-rules.neon

0 comments on commit 2eeb1a5

Please sign in to comment.