Skip to content

Commit 83f5631

Browse files
committed
Fixed CheckStyle issues
1 parent ad71264 commit 83f5631

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/magento/idea/magento2plugin/reference/provider/PhpServiceMethodReferenceProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
import com.jetbrains.php.lang.psi.elements.PhpClass;
1616
import com.magento.idea.magento2plugin.indexes.DiIndex;
1717
import com.magento.idea.magento2plugin.reference.xml.PolyVariantReferenceBase;
18-
import org.jetbrains.annotations.NotNull;
19-
2018
import java.util.ArrayList;
2119
import java.util.Collection;
2220
import java.util.List;
21+
import org.jetbrains.annotations.NotNull;
2322

2423
public class PhpServiceMethodReferenceProvider extends PsiReferenceProvider {
2524

0 commit comments

Comments
 (0)