Skip to content

Commit 52ddd63

Browse files
author
Andrey Helldar
authored
Merge pull request #12 from andrey-helldar/analysis-lK5jM9
Apply fixes from StyleCI
2 parents 7036eca + 7bbf197 commit 52ddd63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Commands/MigrateTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public function testFailedTransaction()
8888

8989
try {
9090
$this->artisan('migrate:actions')->run();
91-
}
92-
catch (Exception $e) {
91+
} catch (Exception $e) {
9392
$this->assertSame(Exception::class, get_class($e));
9493
$this->assertSame('Random message', $e->getMessage());
9594
}

0 commit comments

Comments
 (0)