diff --git a/tests/phpstan/phpstan.neon b/tests/phpstan/phpstan.neon index d48c455..d02e9e7 100644 --- a/tests/phpstan/phpstan.neon +++ b/tests/phpstan/phpstan.neon @@ -6,7 +6,7 @@ parameters: reportUnmatchedIgnoredErrors: false ignoreErrors: - identifier: missingType.iterableValue - - '#Property Ps_accounts::\$serviceContainer has unknown class PrestaShop\ModuleLibServiceContainer\DependencyInjection\ServiceContainer as its type.#' - - '#Instantiated class PrestaShop\ModuleLibServiceContainer\DependencyInjection\ServiceContainer not found.#' - - '#Call to method getService\(\) on an unknown class PrestaShop\ModuleLibServiceContainer\DependencyInjection\ServiceContainer.#' + - '#Property Ps_accounts::\$serviceContainer has unknown class PrestaShop\\ModuleLibServiceContainer\\DependencyInjection\\ServiceContainer as its type.#' + - '#Instantiated class PrestaShop\\ModuleLibServiceContainer\\DependencyInjection\\ServiceContainer not found.#' + - '#Call to method getService\(\) on an unknown class PrestaShop\\ModuleLibServiceContainer\\DependencyInjection\\ServiceContainer.#' level: 9