-
Notifications
You must be signed in to change notification settings - Fork 16
/
phpstan.neon
22 lines (21 loc) · 1.05 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
includes:
- vendor/jangregor/phpstan-prophecy/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
parameters:
level: 5
paths:
- .
excludePaths:
- %currentWorkingDirectory%/DependencyInjection/Configuration.php
- %currentWorkingDirectory%/EventSubscriber/AutoLoginSubscriber.php
- %currentWorkingDirectory%/Middleware/EventMiddleware.php
- %currentWorkingDirectory%/vendor/*
- %currentWorkingDirectory%/Tests/Application/AppKernel.php
- %currentWorkingDirectory%/Tests/Application/cache/*
- %currentWorkingDirectory%/Tests/Application/var/*
- %currentWorkingDirectory%/Tests/var/*
- %currentWorkingDirectory%/Tests/Unit/EventSubscriber/ProductViewSerializerSubscriberTest.php
symfony:
container_xml_path: %rootDir%/../../../Tests/Application/var/cache/admin/dev/Sulu_Bundle_SyliusConsumerBundle_Tests_Application_KernelDevDebugContainer.xml