From 33236a07fda982a719151f093918eb8f91d49813 Mon Sep 17 00:00:00 2001 From: bohdan-harniuk Date: Tue, 1 Feb 2022 19:56:06 +0200 Subject: [PATCH] Fixed style check --- .../stubs/indexes/graphql/GraphQlResolverIndex.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java b/src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java index 05351ddbb..35f80af4f 100644 --- a/src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java +++ b/src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java @@ -36,6 +36,7 @@ import java.util.Map; import org.jetbrains.annotations.NotNull; +@SuppressWarnings({"PMD.ExcessiveImports"}) public class GraphQlResolverIndex extends ScalarIndexExtension { public static final ID KEY = ID.create("com.magento.idea.magento2plugin.stubs.indexes.resolver_usages");