Skip to content

Commit fb4ea18

Browse files
committed
[BUGFIX] Correct input option
1 parent 4fb8cad commit fb4ea18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Version/SetCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function configure()
3030
$this->setDefinition(
3131
new InputDefinition([
3232
new InputArgument('version', InputArgument::REQUIRED),
33-
new InputOption('dev', InputOption::VALUE_NONE)
33+
new InputOption('dev', null, InputOption::VALUE_NONE)
3434
])
3535
);
3636
}

0 commit comments

Comments
 (0)