Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed May 5, 2019
1 parent 4edac55 commit eb6f305
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/AlarmTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Chip\Tests;


use Chip\Alarm;
use Chip\AlarmLevel;
use Chip\Visitor\Assert_;
Expand Down
3 changes: 1 addition & 2 deletions tests/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Chip\Tests;


use Chip\ChipFactory;
use Chip\ChipManager;
use org\bovigo\vfs\vfsStream;
Expand Down Expand Up @@ -50,4 +49,4 @@ public function tearDown()
}
\Mockery::close();
}
}
}
3 changes: 1 addition & 2 deletions tests/TestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Chip\Tests;


use PhpParser\Node;
use PhpParser\ParserFactory;

Expand All @@ -25,4 +24,4 @@ public static function createNodeFromCode(string $code): Node

return $stmts[0];
}
}
}

0 comments on commit eb6f305

Please sign in to comment.