Files
php-uuid/phpstan.neon.dist

22 lines
561 B
Plaintext

parameters:
tmpDir: ./build/cache/phpstan
level: max
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
paths:
- ./src
- ./tests
bootstrapFiles:
- ./tests/static-analysis/stubs.php
excludePaths:
analyse:
- ./tests/ExpectedBehaviorTest.php
- ./tests/static-analysis/stubs.php
ignoreErrors:
-
identifier: method.resultUnused
path: tests/*
-
identifier: staticMethod.resultUnused
path: tests/*