Skip to content

Commit 05f5292

Browse files
UCT-714: Fixed code style
1 parent d3962be commit 05f5292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2uct/inspections/php/CallMethodInspection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void visitPhpMethodReference(final MethodReference reference) {
4040
if (!(resolvedElement instanceof Method)) {
4141
return;
4242
}
43-
execute(project, problemsHolder, reference, ((Method) resolvedElement));
43+
execute(project, problemsHolder, reference, (Method) resolvedElement);
4444
}
4545
};
4646
}

0 commit comments

Comments
 (0)