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 32e655a commit 36d37d1Copy full SHA for 36d37d1
src/Console/RollbackCommand.php
@@ -14,7 +14,7 @@ class RollbackCommand extends Command
14
* The name and signature of the console command.
15
* @var string
16
*/
17
- protected $signature = 'doctrine:migrations:rollback [version=]
+ protected $signature = 'doctrine:migrations:rollback {version?}
18
{--connection= : For a specific connection.}';
19
20
/**
0 commit comments