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 41e9ea4 commit ba6308cCopy full SHA for ba6308c
src/com/magento/idea/magento2uct/inspections/php/CallMethodInspection.java
@@ -28,7 +28,7 @@ public abstract class CallMethodInspection extends PhpInspection {
28
29
@Override
30
public void visitPhpMethodReference(final MethodReference reference) {
31
-; final Project project = reference.getProject();
+ final Project project = reference.getProject();
32
final UctSettingsService settings = UctSettingsService.getInstance(project);
33
34
if (!settings.isEnabled()
0 commit comments