Skip to content

Commit 5a23b35

Browse files
author
Vitaliy Boyko
committed
Fixed checkstyle
1 parent 2416dbb commit 5a23b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public final class IsFileInEditableModuleUtil {
1515
private IsFileInEditableModuleUtil() {}
1616

1717
/**
18-
* Module is considered editable if it is declared within `MAGENTO_ROOT/app/code` directory
18+
* Module is considered editable if it is declared within `MAGENTO_ROOT/app/code` directory.
1919
*
2020
* @param file PsiFile
2121
* @return boolean

0 commit comments

Comments
 (0)