Skip to content

Commit

Permalink
add phpstan base config
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelecarelle committed Oct 29, 2024
1 parent 21b236a commit 13837a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpstan.neon.dist → phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- phpstan-baseline.neon

parameters:
level: 7
Expand All @@ -10,5 +11,5 @@ parameters:
- %currentWorkingDirectory%/lib
- %currentWorkingDirectory%/tests
excludePaths:
analyseAndScan:
- %currentWorkingDirectory%/tests/Fixture/*
analyseAndScan:
- %currentWorkingDirectory%/tests/Fixture/*

0 comments on commit 13837a6

Please sign in to comment.