4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-17 22:47:04 +00:00
AzuraCast/phpstan.neon
2021-04-25 09:52:00 -05:00

20 lines
461 B
Plaintext

parameters:
level: 3
paths:
- src
bootstrapFiles:
- ./util/phpstan.php
universalObjectCratesClasses:
- App\Session\NamespaceInterface
- App\View
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