Skip to content

Commit c82d56d

Browse files
committed
Chore(deps) - Updated PHPStan configuration
1 parent 5caa7a0 commit c82d56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
parameters:
2-
level: max
2+
level: 9
33
paths:
44
- src
55
- tests
66
editorUrl: '%%file%%:%%line%%'
77
symfony:
8-
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
8+
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
99
checkExplicitMixed: false
1010
ignoreErrors:
1111
-

0 commit comments

Comments
 (0)