From 71eed33a4c88a794d3787458d4e6d9560920f9f2 Mon Sep 17 00:00:00 2001 From: Artemiy-tlt Date: Mon, 28 Jun 2021 10:37:49 +0400 Subject: [PATCH] Phpstan. Added new ignored error in neon. --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 605e75c..671c8e2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,3 +7,4 @@ parameters: - "#[Class|type] MageArray#" - "#Class Webkul#" - "#[Class|type] Magestore#" + - '#Call to static method getObjectManager\(\) on an unknown class Magento\\TestFramework\\Helper\\Bootstrap.#'