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 ad71264 commit 83f5631Copy full SHA for 83f5631
src/com/magento/idea/magento2plugin/reference/provider/PhpServiceMethodReferenceProvider.java
@@ -15,11 +15,10 @@
15
import com.jetbrains.php.lang.psi.elements.PhpClass;
16
import com.magento.idea.magento2plugin.indexes.DiIndex;
17
import com.magento.idea.magento2plugin.reference.xml.PolyVariantReferenceBase;
18
-import org.jetbrains.annotations.NotNull;
19
-
20
import java.util.ArrayList;
21
import java.util.Collection;
22
import java.util.List;
+import org.jetbrains.annotations.NotNull;
23
24
public class PhpServiceMethodReferenceProvider extends PsiReferenceProvider {
25
0 commit comments