Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
parameters:
bootstrap: /web/module/tests/phpstan/bootstrap.php
reportUnmatchedIgnoredErrors: false
paths:
- /web/module/classes
excludes_analyse:
- /web/module/classes/Tools14.php
- /web/module/classes/pclzip.lib.php
- /web/module/functions.php
ignoreErrors:
# module specific
- '#Function deactivate_custom_modules not found.#'
- '#Constant MCRYPT_[A-Z0-9_]+ not found.#'
- "#Call to function method_exists#"
# CLDR related check
- '#[cC]lass PrestaShop\\PrestaShop\\Core\\Cldr\\Update#'
# AppKernel wasn't properly listed in autoloader
- '#AppKernel#'
level: 5