AzuraCast/phpstan.neon

16 lines
413 B
Plaintext

parameters:
level: 2
paths:
- src
bootstrapFiles:
- %rootDir%/../../../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.#'