From a055fa135b9e4b972d8dc4d0d222a928c3e3213d Mon Sep 17 00:00:00 2001 From: Lars Roettig Date: Mon, 10 Dec 2018 13:16:35 +0100 Subject: [PATCH] Update doc for static checks --- .../framework/Magento/TestFramework/Annotation/DataFixture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php b/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php index 9a0a1b2f2203b..5f24bdda24995 100644 --- a/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php +++ b/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php @@ -155,6 +155,7 @@ private function isModuleAnnotation(string $fixture) * @param string $fixture * @return string * @throws \Magento\Framework\Exception\LocalizedException + * @SuppressWarnings(PHPMD.StaticAccess) */ private function getModulePath(string $fixture) {