Skip to content

Commit 62fa5a9

Browse files
committed
fixed check style conflict
1 parent 2b22440 commit 62fa5a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tests/com/magento/idea/magento2plugin/inspections/xml/PreferenceDeclarationInspectionTest.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public void setUp() throws Exception {
3232

3333
/**
3434
* Test for the absence of an error in the presence of
35-
* classes or interfaces specified for preferences
36-
* <preference for="Magento\Catalog\Api\ProductRepositoryInterface" type="Foo\Bar\Model\Logger"/>
35+
* classes or interfaces specified for preferences.
3736
*/
3837
public void testClassAttrForAndTypeAreExist() {
3938
configureFixture();
@@ -54,7 +53,7 @@ public void testClassAttrForAndTypeAreExist() {
5453
}
5554

5655
/**
57-
* Test for throwing an error for a class that does not exist for the "for" attribute
56+
* Test for throwing an error for a class that does not exist for the "for" attribute.
5857
*/
5958
public void testClassAttrForDoesNotExists() {
6059
configureFixture();
@@ -68,7 +67,7 @@ public void testClassAttrForDoesNotExists() {
6867
}
6968

7069
/**
71-
* Test for throwing an error for a class that does not exist for the "type" attribute
70+
* Test for throwing an error for a class that does not exist for the "type" attribute.
7271
*/
7372
public void testClassAttrTypeDoesNotExists() {
7473
configureFixture();
@@ -83,7 +82,7 @@ public void testClassAttrTypeDoesNotExists() {
8382

8483
/**
8584
* Test for an error for the "type" attribute because it is empty and
86-
* there is no error "for" the for attribute because this class exists
85+
* there is no error "for" the for attribute because this class exists.
8786
* <preference for="Foo\Bar\Model\Logger" type=""/>
8887
*/
8988
public void testForAttrArgsValuesIsEmpty() {
@@ -106,7 +105,7 @@ public void testForAttrArgsValuesIsEmpty() {
106105

107106
/**
108107
* Test for an error for the "for" attribute because it is empty and
109-
* there is no error "type" the for attribute because this class exists
108+
* there is no error "type" the for attribute because this class exists.
110109
* <preference for="" type="Foo\Bar\Model\Logger"/>
111110
*/
112111
public void testTypeAttrArgsValuesIsEmpty() {

0 commit comments

Comments
 (0)