We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0455ed commit fefc220Copy full SHA for fefc220
src/Tempest/Framework/Commands/MigrateValidateCommand.php
@@ -31,9 +31,8 @@ public function __construct(
31
)]
32
public function __invoke(
33
#[ConsoleArgument(description: 'Use a specific database.')]
34
- ?string $database = null
35
- ): ExitCode
36
- {
+ ?string $database = null,
+ ): ExitCode {
37
$this->console->header('Validating migration files');
38
$this->migrationManager->onDatabase($database)->validate();
39
0 commit comments