forked from dachcom-digital/pimcore-members
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
17 lines (17 loc) · 1016 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
includes:
- %currentWorkingDirectory%/vendor/phpstan/phpstan-symfony/extension.neon
parameters:
scanFiles:
- %currentWorkingDirectory%/vendor/pimcore/pimcore/stubs/dynamic-constants.php
reportUnmatchedIgnoredErrors: false
symfony:
container_xml_path: %currentWorkingDirectory%/var/cache/test/TestKernelTestDebugContainer.xml
excludes_analyse:
# only works if optional bundles are available:
- '**/AbstractCustomerUser.php'
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::end\(\)\.#'
- '#Comparison operation \"\>\" between int\<1, max\> and 0 is always true\.#'
- '#Method MembersBundle\\EventListener\\PostConfirmationListener::confirmByMail\(\) is unused#'
- '#Method MembersBundle\\EventListener\\PostConfirmationListener::confirmByAdmin\(\) is unused#'
- '#Method MembersBundle\\EventListener\\PostConfirmationListener::confirmInstant\(\) is unused#'