Skip to content

Commit 2e44721

Browse files
committed
Fix style
1 parent 63d4371 commit 2e44721

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/Plugin/TextNoExtensionLoader.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class TextNoExtensionLoader extends AbstractLoader
1010

1111
public function load()
1212
{
13-
1413
$content = [];
1514

1615
foreach (file($this->file) as $line) {

tests/VarsTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,6 @@ public function testBasicVarsSet()
964964

965965
$vars[null] = 'new_value_1';
966966
$this->assertEquals('new_value_1', $vars->getContent());
967-
968967
}
969968

970969
public function testDotNotationVarsSet()

0 commit comments

Comments
 (0)