AzuraCast/phpstan.neon

16 lines
413 B
Plaintext
Raw Normal View History

parameters:
level: 3
paths:
- src
bootstrapFiles:
- %rootDir%/../../../util/phpstan.php
2019-01-31 06:25:55 +01:00
universalObjectCratesClasses:
- App\Session\NamespaceInterface
- App\View
2019-01-31 06:25:55 +01:00
ignoreErrors:
# Caused by Symfony Validator (perhaps wrongly) returning the interface.
2020-08-31 10:28:40 +02:00
- '#Cannot cast Symfony\\Component\\Validator\\ConstraintViolationListInterface to string.#'