Skip to content

Commit eb6f305

Browse files
committed
fix style
1 parent 4edac55 commit eb6f305

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

tests/AlarmTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace Chip\Tests;
1010

11-
1211
use Chip\Alarm;
1312
use Chip\AlarmLevel;
1413
use Chip\Visitor\Assert_;

tests/FactoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace Chip\Tests;
1010

11-
1211
use Chip\ChipFactory;
1312
use Chip\ChipManager;
1413
use org\bovigo\vfs\vfsStream;
@@ -50,4 +49,4 @@ public function tearDown()
5049
}
5150
\Mockery::close();
5251
}
53-
}
52+
}

tests/TestHelper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace Chip\Tests;
1010

11-
1211
use PhpParser\Node;
1312
use PhpParser\ParserFactory;
1413

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

2625
return $stmts[0];
2726
}
28-
}
27+
}

0 commit comments

Comments
 (0)