We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d67a8 commit 5bc14d6Copy full SHA for 5bc14d6
src/com/magento/idea/magento2plugin/util/RegExUtil.java
@@ -79,7 +79,7 @@ public class PhpRegex {
79
= "[a-zA-Z0-9_\\x7f-\\xff]*";
80
81
public static final String FQN
82
- = CLASS_NAME + "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
+ = "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
83
}
84
85
public static class XmlRegex {
0 commit comments