php-dev-tools icon indicating copy to clipboard operation
php-dev-tools copied to clipboard

Errors that must be ignored in modules could be fixed with stub files

Open Quetzacoalt91 opened this issue 3 years ago • 0 comments

Seen in https://github.com/PrestaShop/ps_wirepayment/pull/63

    - '#Call to function is_array\(\) with Currency\|false will always evaluate to false\.$#'
    - '#Parameter \#7 \$currency_special of method PaymentModuleCore::validateOrder\(\) expects null, int given\.$#'
    - '#Parameter \#9 \$secure_key of method PaymentModuleCore::validateOrder\(\) expects bool, string given\.$#'

Quetzacoalt91 avatar Apr 16 '21 09:04 Quetzacoalt91