From 4d3b1c340c0e9b19f389a42336fa59461553dab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+jokesterfr@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:37:25 +0200 Subject: [PATCH] escaaaape --- tests/phpstan/phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpstan/phpstan.neon b/tests/phpstan/phpstan.neon index 08529b6..d48c455 100644 --- a/tests/phpstan/phpstan.neon +++ b/tests/phpstan/phpstan.neon @@ -8,5 +8,5 @@ parameters: - 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.#' + - '#Call to method getService\(\) on an unknown class PrestaShop\ModuleLibServiceContainer\DependencyInjection\ServiceContainer.#' level: 9