Skip to content

Commit 9d5e4ed

Browse files
author
Vitaliy Boyko
committed
Fixed expression 2
1 parent 5bc14d6 commit 9d5e4ed

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-
= "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
82+
= CLASS_NAME + "(\\\\" + DIR_NAME + ")*" + CLASS_NAME;
8383
}
8484

8585
public static class XmlRegex {

0 commit comments

Comments
 (0)