first commit
This commit is contained in:
13
modules/ps_mbo/tests/phpstan/phpstan.neon
Normal file
13
modules/ps_mbo/tests/phpstan/phpstan.neon
Normal file
@@ -0,0 +1,13 @@
|
||||
parameters:
|
||||
bootstrap: tests/phpstan/bootstrap.php
|
||||
paths:
|
||||
- src
|
||||
- ps_mbo.php
|
||||
dynamicConstantNames:
|
||||
- _PS_VERSION_
|
||||
ignoreErrors:
|
||||
- '#Property ModuleCore::\$version \(float\) does not accept string.#'
|
||||
- '#Parameter \#2 \$variable of static method ModuleCore::getPermissionStatic\(\) expects array, string given.#'
|
||||
- '#Parameter \#1 \$idProfile of static method ProfileCore::getProfileAccess\(\) expects int, string given.#'
|
||||
|
||||
level: 5
|
||||
Reference in New Issue
Block a user