Thomas N

Results 14 issues of Thomas N

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Dependencies and their versions have been reported to sometimes trigger issues on projects relying on `php-dev-tools` . This PRs upgrades...

Seen in https://github.com/PrestaShop/ps_wirepayment/pull/63 ```neon - '#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...

To avoid unexpected behavior from `action` hooks, we should assert the developper does not try to return content to display as they won't be taken in account by the core.

We request all PrestaShop modules provide a index.php files in each folder. This tool (https://github.com/jmcollin/autoindex) can do it automatically, but we should provide it via packagist to make its installation...