Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Jan 19, 2016
1 parent 63d4371 commit 2e44721
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Plugin/TextNoExtensionLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class TextNoExtensionLoader extends AbstractLoader

public function load()
{

$content = [];

foreach (file($this->file) as $line) {
Expand Down
1 change: 0 additions & 1 deletion tests/VarsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ public function testBasicVarsSet()

$vars[null] = 'new_value_1';
$this->assertEquals('new_value_1', $vars->getContent());

}

public function testDotNotationVarsSet()
Expand Down

0 comments on commit 2e44721

Please sign in to comment.