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 f7f8f4b commit fddd0cfCopy full SHA for fddd0cf
src/com/magento/idea/magento2plugin/actions/generation/generator/PhpFileGenerator.java
@@ -18,8 +18,8 @@
18
import com.magento.idea.magento2plugin.indexes.ModuleIndex;
19
import com.magento.idea.magento2plugin.magento.files.AbstractPhpFile;
20
import com.magento.idea.magento2plugin.util.GetPhpClassByFQN;
21
-import javax.swing.JOptionPane;
22
import java.util.Properties;
+import javax.swing.JOptionPane;
23
import org.jetbrains.annotations.NotNull;
24
25
public abstract class PhpFileGenerator extends FileGenerator {
0 commit comments