Skip to content

Commit 6942307

Browse files
Merge pull request #25 from cleverage/phpstan
Add phpstan-symfony configuration & bump to level 10
2 parents 335ecb9 + 476455f commit 6942307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpstan.dist.neon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
parameters:
2-
level: 6
2+
level: 10
33
paths:
44
- bin/
55
- config/
66
- public/
77
- src/
88
- tests/
9+
symfony:
10+
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml

0 commit comments

Comments
 (0)