4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 12:46:41 +00:00
AzuraCast/phpstan.neon

20 lines
478 B
Plaintext
Raw Normal View History

parameters:
level: 3
paths:
- src
bootstrapFiles:
- %rootDir%/../../../util/phpstan.php
2019-01-31 05:25:55 +00:00
universalObjectCratesClasses:
- App\Session\NamespaceInterface
- App\View
2019-01-31 05:25:55 +00:00
ignoreErrors:
# Caused by Symfony Validator (perhaps wrongly) returning the interface.
- '#Cannot cast Symfony\\Component\\Validator\\ConstraintViolationListInterface to string.#'
includes:
- vendor/phpstan/phpstan-doctrine/extension.neon