includes: - %currentWorkingDirectory%/vendor/prestashop/php-dev-tools/phpstan/ps-module-extension.neon parameters: paths: # From PHPStan 0.12, paths to check are relative to the neon file - ../../statsbestcustomers.php ignoreErrors: - '#Call to method assign\(\) on an unknown class Smarty_Data#' - '#Parameter \#1 \$id of class Currency constructor expects null, int given.#' - '#Parameter \#1 \$share of static method ShopCore::addSqlRestriction\(\) expects int, string given.#' reportUnmatchedIgnoredErrors: false level: 5