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

9 lines
416 B
Plaintext

includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon
parameters:
ignoreErrors:
- '#Parameter \#9 \$secure_key of method PaymentModuleCore\:\:validateOrder\(\) expects bool, string given.#'
- '#Parameter \#7 \$currency_special of method PaymentModuleCore\:\:validateOrder\(\) expects null, int given.#'
- '#Property OrderStateCore\:\:\$name \(string\) does not accept array<int, mixed>.#'