Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 1dd27eb

Browse files
committed
refactor(phpstan): Add container configuration
1 parent aded5a1 commit 1dd27eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

phpstan.dist.neon

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ parameters:
77
- src/
88
- tests/
99
scanDirectories:
10-
- var/cache
11-
- vendor/symfony/dependency-injection
10+
- var/cache/dev/Symfony/Config
11+
scanFiles:
12+
- vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
1213
symfony:
1314
consoleApplicationLoader: tests/console-application.php
15+
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml

0 commit comments

Comments
 (0)