We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4d7f05 + 76feba7 commit b86a210Copy full SHA for b86a210
src/Phinx/Console/Command/Migrate.php
@@ -63,7 +63,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
63
{
64
$this->bootstrap($input, $output);
65
66
- $version = (int)$input->getOption('target');
+ $version = $input->getOption('target');
67
/** @var string|null $environment */
68
$environment = $input->getOption('environment');
69
$date = $input->getOption('date');
0 commit comments