Skip to content

Commit f0bd182

Browse files
committed
Added missing newlines
1 parent a9fcf12 commit f0bd182

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

testData/linemarker/php/PluginTargetLinemarkerRegistrar/pluginToInterfaceShouldHaveLinemarker/MviewState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public function afterSetStatus(\Magento\Framework\Mview\View\StateInterface $sub
1919
public function aroundSetStatus(\Magento\Framework\Mview\View\StateInterface $subject, callable $proceed)
2020
{
2121
}
22-
}
22+
}

testData/project/magento2/vendor/magento/framework/Mview/View/StateInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ interface StateInterface
1111
public function setStatus($status)
1212
{
1313
}
14-
}
14+
}

tests/com/magento/idea/magento2plugin/linemarker/php/PluginTargetLinemarkerRegistrarTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class PluginTargetLinemarkerRegistrarTest extends LinemarkerPhpFixtureTestCase {
1010

1111
/**
12-
* Tests linemarkers in a class which plugs in to a class and its method
12+
* Tests linemarkers in a class which plugs in to a class and its method.
1313
*/
1414
public void testPluginToClassShouldHaveLinemarker() {
1515
myFixture.configureByFile(this.getFixturePath("Topmenu.php"));
@@ -19,7 +19,7 @@ public void testPluginToClassShouldHaveLinemarker() {
1919
}
2020

2121
/**
22-
* Tests linemarkers in a class which plugs in to an interface and its method
22+
* Tests linemarkers in a class which plugs in to an interface and its method.
2323
*/
2424
public void testPluginToInterfaceShouldHaveLinemarker() {
2525
myFixture.configureByFile(this.getFixturePath("MviewState.php"));
@@ -29,7 +29,7 @@ public void testPluginToInterfaceShouldHaveLinemarker() {
2929
}
3030

3131
/**
32-
* Tests linemarkers in a regular class which does not plug in to any class or interface
32+
* Tests linemarkers in a regular class which does not plug in to any class or interface.
3333
*/
3434
public void testRegularClassShouldNotHaveLinemarker() {
3535
myFixture.configureByFile(this.getFixturePath("ClassNotConfiguredInDiXml.php"));

0 commit comments

Comments
 (0)