We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86d6ee commit 6ad2227Copy full SHA for 6ad2227
src/com/magento/idea/magento2plugin/actions/generation/generator/util/NamespaceBuilder.java
@@ -5,8 +5,8 @@
5
6
package com.magento.idea.magento2plugin.actions.generation.generator.util;
7
8
+import com.magento.idea.magento2plugin.magento.packages.File;
9
import com.magento.idea.magento2plugin.magento.packages.Package;
-import java.io.File;
10
import org.jetbrains.annotations.NotNull;
11
12
@SuppressWarnings({"PMD.OnlyOneReturn"})
0 commit comments