Passed
Pull Request — master (#1)
by ANTHONIUS
02:43
created
src/Core/Command/InitCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             }
Please login to merge, or discard this patch.