-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathphpstan.neon
17 lines (15 loc) · 887 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
autoload_directories:
- src
ignoreErrors:
- '#Parameter \#1 \$node \(PHPCfg\\Op\\Expr\\StaticCall\) of method PHPWander\\Rules\\StaticCall::processNode\(\) should be compatible with parameter \$node \(PHPCfg\\Op\\Expr\\MethodCall\) of method PHPWander\\Rules\\MethodCall::processNode\(\)#'
- '#Parameter \#1 \$node \(PHPCfg\\Op\\Expr\\MethodCall\) of method PHPWander\\Rules\\MethodCall::processNode\(\) should be compatible with parameter \$node \(PHPCfg\\Op\\Expr\\FuncCall\) of method PHPWander\\Rules\\FuncCall::processNode\(\)#'
- '#Call to an undefined method PHPCfg\\Op\\CallableOp::getAttribute\(\)#'
reportUnmatchedIgnoredErrors: false
excludes_analyse:
- src/index.php
- src/Broker/Broker.php
#includes:
# - vendor/phpstan/phpstan-nette/extension.neon
# - vendor/phpstan/phpstan-nette/rules.neon
# - vendor/phpstan/phpstan-doctrine/extension.neon