Skip to content

Commit 5bc14d6

Browse files
author
Vitaliy Boyko
committed
Fixed expression
1 parent c5d67a8 commit 5bc14d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/util/RegExUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class PhpRegex {
7979
= "[a-zA-Z0-9_\\x7f-\\xff]*";
8080

8181
public static final String FQN
82-
= CLASS_NAME + "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
82+
= "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
8383
}
8484

8585
public static class XmlRegex {

0 commit comments

Comments
 (0)