@@ -1,6 +1,6 @@ discard block |
||
| 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 dotfiles project. |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | $output = $this->output; |
| 112 | 112 | $helper = $this->getHelper('question'); |
| 113 | 113 | $question = new Question('Please enter local repository dir: '); |
| 114 | - $question->setValidator(function ($answer) { |
|
| 114 | + $question->setValidator(function($answer) { |
|
| 115 | 115 | if (null === $answer) { |
| 116 | 116 | throw new InvalidOperationException('You have to define local repository directory'); |
| 117 | 117 | } |