Files
drmaterac.pl/modules/contactform/tests/phpstan/phpstan-1.7.3.4.neon
2025-03-21 20:24:43 +01:00

11 lines
551 B
Plaintext

includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon
parameters:
ignoreErrors:
- '#Access to an undefined property Cookie\:\:\$contactFormToken.#'
- '#Access to an undefined property Cookie\:\:\$contactFormTokenTTL.#'
- '#Call to method assign\(\) on an unknown class Smarty_Data.#'
- '#Parameter \#4 \$templateVars of static method MailCore\:\:send\(\) expects string, array<string, mixed> given.#'
- '#Parameter \#1 \$hook_name of method ModuleCore\:\:registerHook\(\) expects string, array<int, string> given.#'