Files
kalsport.pl/modules/ps_mbo/tests/phpstan/phpstan.neon
2024-11-05 12:22:50 +01:00

14 lines
449 B
Plaintext

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