-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
25 lines (24 loc) · 1.07 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
includes:
- vendor/jangregor/phpstan-prophecy/src/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
parameters:
paths:
- .
level: max
excludes_analyse:
- %currentWorkingDirectory%/vendor/*
- %currentWorkingDirectory%/Tests/Application/Kernel.php
- %currentWorkingDirectory%/Tests/Application/var/*
symfony:
container_xml_path: %currentWorkingDirectory%/Tests/Application/var/cache/test/LRH_Bundle_DimensionBundle_Tests_Application_KernelTestDebugContainer.xml
console_application_loader: Tests/phpstan/console-application.php
doctrine:
objectManagerLoader: Tests/phpstan/object-manager.php
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-8.3-0/vendor/autoload.php
- vendor/autoload.php