Skip to content

Commit 9e2cde5

Browse files
406: quick fix
1 parent 98f2c6d commit 9e2cde5

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/com/magento/idea/magento2plugin/linemarker/php/data/PluginMethodData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/

src/com/magento/idea/magento2plugin/stubs/indexes/PluginIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/

src/com/magento/idea/magento2plugin/stubs/indexes/data/PluginData.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
@@ -35,10 +35,6 @@ public int getSortOrder() {
3535
return sortOrder;
3636
}
3737

38-
public @NotNull Collection<PhpClass> getPhpClass() {
39-
return phpClassCollection;
40-
}
41-
4238
public Collection<PhpClass> getPhpClassCollection() {
4339
return phpClassCollection;
4440
}

0 commit comments

Comments
 (0)