forked from SolidInvoice/SolidInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
13 lines (12 loc) · 699 Bytes
/
phpstan.neon
File metadata and controls
13 lines (12 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
parameters:
bootstrap: %rootDir%/../../../app/autoload.php
excludes_analyse:
- src/CoreBundle/Tests/Fixtures/file.php
ignoreErrors:
- '#Return typehint of method SolidInvoice\\InstallBundle\\Process\\Step\\ConfigStep\:\:forwardAction\(\) has invalid type FOS\\RestBundle\\View\\View.#'
- '#Return typehint of method SolidInvoice\\InstallBundle\\Process\\Step\\SetupStep\:\:forwardAction\(\) has invalid type FOS\\RestBundle\\View\\View.#'
symfony:
container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml