Completed
Push — master ( 3c7d5b...44b200 )
by Rafał
02:08 queued 12s
created
Command/CreateTenantCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
         $default = $input->getOption('default');
145 145
         if (!$input->getArgument($name) && !$default) {
146 146
             $question = new Question(sprintf('<question>Please enter %s:</question>', $name));
147
-            $question->setValidator(function ($argument) use ($name) {
147
+            $question->setValidator(function($argument) use ($name) {
148 148
                 if (empty($argument) && $name !== $this->arguments[1]) {
149 149
                     throw new \RuntimeException(sprintf('The %s can not be empty', $name));
150 150
                 }
Please login to merge, or discard this patch.