ion/phpstan.neon

13 lines
524 B
YAML
Raw Normal View History

2018-01-17 15:32:41 -05:00
parameters:
autoload_files:
2018-01-17 15:43:47 -05:00
- %rootDir%/../../../tests/mocks.php
2018-01-17 15:32:41 -05:00
- %rootDir%/../../../tests/Di/ContainerTest.php
- %rootDir%/../../../tests/Di/ContainerAwareTest.php
ignoreErrors:
- '#Access to an undefined property Aviat\\Ion\\Tests\\[a-zA-Z0-9_]+Test::\$[a-zA-Z0-9_]+#'
- '#Call to an undefined method Aviat\\Ion\\Type\\ArrayType::[a-zA-Z0-9_]+\(\)#'
- '#Call to an undefined method Aura\\Html\\HelperLocator::[a-zA-Z0-9_]+\(\)#'
- '#Undefined variable: \$var#'
excludes_analyse:
- %rootDir%/tests/Di/*