Modify PHPStan configuration for static analysis.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-09-29 16:50:20 -05:00
parent 14de279bdf
commit 0dbc9d32e3
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 0 additions and 6 deletions

View File

@ -6,9 +6,6 @@ parameters:
bootstrap: %rootDir%/../../../util/phpstan.php
doctrine:
repositoryClass: Azura\Doctrine\Repository
universalObjectCratesClasses:
- Azura\Session\NamespaceInterface
- Azura\View
@ -17,9 +14,6 @@ parameters:
# Caused by Symfony Validator (perhaps wrongly) returning the interface.
- '#Cannot cast Symfony\\Component\\Validator\\ConstraintViolationListInterface to string.#'
# Doctrine custom repositories aren't handled by the Doctrine plugin yet.
# - '#Property .* does not accept Azura\\Doctrine\\Repository<.*>.#'
# Supervisor functions that do exist but aren't annotated properly in the connector lib.
- '#Call to an undefined method Supervisor\\Supervisor::reloadConfig().#'