Skip to content

Commit fefc220

Browse files
committed
wip
1 parent f0455ed commit fefc220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Tempest/Framework/Commands/MigrateValidateCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ public function __construct(
3131
)]
3232
public function __invoke(
3333
#[ConsoleArgument(description: 'Use a specific database.')]
34-
?string $database = null
35-
): ExitCode
36-
{
34+
?string $database = null,
35+
): ExitCode {
3736
$this->console->header('Validating migration files');
3837
$this->migrationManager->onDatabase($database)->validate();
3938

0 commit comments

Comments
 (0)