-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan.neon
14 lines (14 loc) · 938 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parameters:
level: 7
checkMissingIterableValueType: false
excludePaths:
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Twig/src/Spryker/Shared/Twig/TwigFilesystemLoader.php'
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Twig/src/Spryker/Shared/Twig/TwigFilter.php'
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Twig/src/Spryker/Shared/Twig/TwigFunction.php'
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Twig/src/Spryker/Shared/Twig/TwigFileSystem.php'
- '%rootDir%/../../../vendor/spryker/spryker/Bundles/Twig/src/Spryker/Shared/Twig/Filter/FilterFactory.php'
ignoreErrors:
- '#Call to an undefined method Silex\\Application::render\(\).#'
- '#Comparison operation "<" between [1-9] and 3 is always (true|false).#'
- '#Else branch is unreachable because previous condition is always true#'
reportUnmatchedIgnoredErrors: false