@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Superdesk Web Publisher Core Bundle. |
@@ -111,7 +111,7 @@ |
||
| 111 | 111 | { |
| 112 | 112 | if (!$input->getArgument($name)) { |
| 113 | 113 | $question = new Question(sprintf('<question>Please enter %s:</question>', $name)); |
| 114 | - $question->setValidator(function ($argument) use ($name) { |
|
| 114 | + $question->setValidator(function($argument) use ($name) { |
|
| 115 | 115 | if (empty($argument)) { |
| 116 | 116 | throw new \RuntimeException(sprintf('The %s can not be empty', $name)); |
| 117 | 117 | } |