-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon.dist
24 lines (24 loc) · 1.15 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
includes:
- vendor/pepakriz/phpstan-exception-rules/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
parameters:
ignoreErrors:
-
message: '/Constant XDEBUG_FILTER_CODE_COVERAGE not found./'
path: %currentWorkingDirectory%/tests/phpunit-xdebug-coverage.php
-
message: '/Constant XDEBUG_PATH_WHITELIST not found./'
path: %currentWorkingDirectory%/tests/phpunit-xdebug-coverage.php
-
message: '/Call to an undefined method Psr\\Log\\LoggerInterface::getHandlers\(\)/'
path: %currentWorkingDirectory%/tests/Unit/Mixin/LibxmlTraitTest.php
-
message: '/PHPDoc tag @throws with type InvalidArgumentException is not compatible with parent/'
path: %currentWorkingDirectory%/tests/Unit/Parser/ParserTest.php
-
message: '/Parameter #1 \$stream of method SimplePie\\UtilityPack\\Parser\\AbstractParser::readStream\(\) expects Psr\\Http\\Message\\StreamInterface, string given/'
path: %currentWorkingDirectory%/tests/Unit/Parser/ParserTest.php
reportStaticMethodSignatures: true
tmpDir: %rootDir%/tmp