We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489febc commit 7cf27e7Copy full SHA for 7cf27e7
src/com/magento/idea/magento2plugin/util/magento/GetComponentNameByDirectoryUtil.java
@@ -88,7 +88,9 @@ private static String getName(final PsiElement... childElements) {
88
* @param elements PsiElement...
89
* @return MethodReference[]
90
*/
91
- public static MethodReference[] parseRegistrationPhpElements(final PsiElement... elements) { //NOPMD
+ public static MethodReference[] parseRegistrationPhpElements(//NOPMD
92
+ final PsiElement... elements
93
+ ) {
94
for (final PsiElement element: elements) {
95
MethodReference[] methods = PsiTreeUtil
96
.getChildrenOfType(element, MethodReference.class);
0 commit comments