This commit is contained in:
parent
0f32bf59a3
commit
7fbe8754c9
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,4 +23,5 @@
|
||||||
|
|
||||||
###> phpstan/phpstan ###
|
###> phpstan/phpstan ###
|
||||||
phpstan.*
|
phpstan.*
|
||||||
|
!phpstan.dist.neon
|
||||||
###< phpstan/phpstan ###
|
###< phpstan/phpstan ###
|
||||||
|
|
|
||||||
10
phpstan.dist.neon
Normal file
10
phpstan.dist.neon
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
parameters:
|
||||||
|
level: 6
|
||||||
|
paths:
|
||||||
|
- bin/
|
||||||
|
- config/
|
||||||
|
- public/
|
||||||
|
- src/
|
||||||
|
- tests/
|
||||||
|
includes:
|
||||||
|
- phpstan-baseline.neon
|
||||||
Loading…
Reference in a new issue