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 0ee4960 commit 32496c7Copy full SHA for 32496c7
src/com/magento/idea/magento2plugin/util/magento/GetMagentoModuleUtil.java
@@ -18,11 +18,10 @@
18
import com.magento.idea.magento2plugin.magento.files.RegistrationPhp;
19
import com.magento.idea.magento2plugin.magento.packages.ComponentType;
20
import com.magento.idea.magento2plugin.magento.packages.Package;
21
+import com.magento.idea.magento2plugin.util.RegExUtil;
22
import java.util.Collection;
23
import java.util.regex.Matcher;
24
import java.util.regex.Pattern;
-
25
-import com.magento.idea.magento2plugin.util.RegExUtil;
26
import org.jetbrains.annotations.NotNull;
27
import org.jetbrains.annotations.Nullable;
28
0 commit comments