Skip to content

Commit e601aa1

Browse files
committed
Ignore
1 parent 895ff48 commit e601aa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Migration/Migrator/Migrator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ protected function resolveMigration(string $path)
8282
return $this->resolvePath($path);
8383
}
8484

85+
// @codeCoverageIgnoreStart
8586
return $this->resolve(
8687
$this->getMigrationName($path)
8788
);
89+
// @codeCoverageIgnoreEnd
8890
}
8991
}

0 commit comments

Comments
 (0)