Skip to content

Commit 0761a29

Browse files
author
Andrey Helldar
committed
Merge remote-tracking branch 'origin/main'
2 parents 046677b + 3edc025 commit 0761a29

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Support/Migrator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ protected function runUp($file, $batch, $pretend)
7373
* @param string $file
7474
* @param object $migration
7575
* @param bool $pretend
76-
*
77-
* @return void
7876
*/
7977
protected function runDown($file, $migration, $pretend)
8078
{

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)