File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/com/magento/idea/magento2plugin/actions Expand file tree Collapse file tree 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) {
3838 @ Nullable
3939 @ Override
4040 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
4444 ) {
4545 final PsiDirectory directory
46- = PsiManager .getInstance (project ).findFile (virtualFile ).getContainingDirectory ();
46+ = PsiManager .getInstance (project ).findFile (virtualFile ).getContainingDirectory ();
4747 final StringBuilder fullPath = new StringBuilder (virtualFile .getPath ());
4848 final StringBuilder magentoPath
49- = new StringBuilder (GetModuleNameByDirectoryUtil .execute (directory , project ));
49+ = new StringBuilder (GetModuleNameByDirectoryUtil .execute (directory , project ));
5050 String path = fullPath .toString ();
5151
5252 if (PHTML .equals (virtualFile .getExtension ())) {
You can’t perform that action at this time.
0 commit comments