-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon
More file actions
25 lines (20 loc) · 801 Bytes
/
phpstan.neon
File metadata and controls
25 lines (20 loc) · 801 Bytes
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-bin/tools/vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor-bin/tools/vendor/phpstan/phpstan-symfony/extension.neon
- vendor-bin/tools/vendor/jangregor/phpstan-prophecy/extension.neon
parameters:
phpVersion: 80000 # 8.0
level: max
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
# phpstan/phpstan-symfony
symfony:
containerXmlPath: var/cache/test/Ttskch_PaginatorBundle_Tests_Functional_TestKernelTestDebugContainer.xml
excludePaths:
- tests/Functional/TestKernelForFrameworkLowerThan50400.php
- tests/Functional/TestKernelForFrameworkLowerThan50100.php
ignoreErrors:
- message: '#Method Ttskch\\PaginatorBundle\\Tests\\Functional\\TestKernel::configure\S+\(\) is unused\.#'
path: tests/Functional/TestKernel.php