Skip to content

Commit 726fe8b

Browse files
authored
Merge pull request #948 from bohdan-harniuk/fix-style-check
Fixed style check
2 parents 6264138 + 33236a0 commit 726fe8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import java.util.Map;
3737
import org.jetbrains.annotations.NotNull;
3838

39+
@SuppressWarnings({"PMD.ExcessiveImports"})
3940
public class GraphQlResolverIndex extends ScalarIndexExtension<String> {
4041
public static final ID<String, Void> KEY
4142
= ID.create("com.magento.idea.magento2plugin.stubs.indexes.resolver_usages");

0 commit comments

Comments
 (0)