File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/com/magento/idea/magento2plugin/actions/generation/generator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
import com .magento .idea .magento2plugin .indexes .ModuleIndex ;
19
19
import com .magento .idea .magento2plugin .magento .files .AbstractPhpFile ;
20
20
import com .magento .idea .magento2plugin .util .GetPhpClassByFQN ;
21
- import javax .swing .JOptionPane ;
22
21
import java .util .Properties ;
22
+ import javax .swing .JOptionPane ;
23
23
import org .jetbrains .annotations .NotNull ;
24
24
25
25
public abstract class PhpFileGenerator extends FileGenerator {
Original file line number Diff line number Diff line change 5
5
6
6
package com .magento .idea .magento2plugin .actions .generation .generator .util ;
7
7
8
- import java .util .Collections ;
9
- import java .util .List ;
10
8
import com .jetbrains .php .lang .PhpLangUtil ;
11
9
import com .magento .idea .magento2plugin .util .RegExUtil ;
10
+ import java .util .Collections ;
11
+ import java .util .List ;
12
12
import org .jetbrains .annotations .NotNull ;
13
13
14
14
public final class PhpClassGeneratorUtil {
You can’t perform that action at this time.
0 commit comments