13 lines
569 B
Plaintext
13 lines
569 B
Plaintext
includes:
|
|
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon
|
|
|
|
parameters:
|
|
excludes_analyse:
|
|
- ./../../classes/UpgradeTools/CoreUpgrader/CoreUpgrader80.php
|
|
ignoreErrors:
|
|
- '#Access to an undefined property Autoupgrade::\$bootstrap.#'
|
|
- '#Access to an undefined property Module::\$installed.#'
|
|
- '#Call to an undefined static method ConfigurationTest::test_memory_limit\(\).#'
|
|
- '#Instantiated class PrestaShop\\PrestaShop\\Core\\Domain\\Theme\\ValueObject\\ThemeName not found.#'
|
|
- '#Property ModuleCore::\$version \(float\) does not accept string.#'
|