File tree 1 file changed +5
-5
lines changed
src/com/magento/idea/magento2plugin/actions
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ public void update(@NotNull AnActionEvent e) {
38
38
@ Nullable
39
39
@ Override
40
40
public String getPathToElement (
41
- @ NotNull Project project ,
42
- @ Nullable VirtualFile virtualFile ,
43
- @ Nullable Editor editor
41
+ @ NotNull Project project ,
42
+ @ Nullable VirtualFile virtualFile ,
43
+ @ Nullable Editor editor
44
44
) {
45
45
final PsiDirectory directory
46
- = PsiManager .getInstance (project ).findFile (virtualFile ).getContainingDirectory ();
46
+ = PsiManager .getInstance (project ).findFile (virtualFile ).getContainingDirectory ();
47
47
final StringBuilder fullPath = new StringBuilder (virtualFile .getPath ());
48
48
final StringBuilder magentoPath
49
- = new StringBuilder (GetModuleNameByDirectoryUtil .execute (directory , project ));
49
+ = new StringBuilder (GetModuleNameByDirectoryUtil .execute (directory , project ));
50
50
String path = fullPath .toString ();
51
51
52
52
if (PHTML .equals (virtualFile .getExtension ())) {
You can’t perform that action at this time.
0 commit comments