Skip to content

Commit 8c93f94

Browse files
committed
2527: static fix
1 parent 5404d11 commit 8c93f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/magento/idea/magento2plugin/util/magento/IsFileInEditableModuleUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static boolean execute(final PsiFile file) {
3030
}
3131

3232
/**
33-
* Validates if a given virtual file is located within editable paths defined by Magento project structure.
33+
* Validates if a given virtual file is located within editable paths.
3434
*
3535
* @param project the current project containing the virtual file
3636
* @param virtualFile the file to check against editable module directories

0 commit comments

Comments
 (0)