Completed
Push — master ( 682113...d281de )
by Łukasz
02:09
created
src/Processor/CandidateProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      */
112 112
     public function removeCheck(CheckInterface $check)
113 113
     {
114
-        $this->checks = array_filter($this->checks, function ($currentCheck) use ($check) {
114
+        $this->checks = array_filter($this->checks, function($currentCheck) use ($check) {
115 115
             return $check !== $currentCheck;
116 116
         });
117 117
     }
Please login to merge, or discard this patch.
src/Command/ProvisionCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
         }
151 151
 
152 152
         if ($input->getOption('skip-syntax-check')) {
153
-           $this->dispatcher->skipSyntaxCheck();
153
+            $this->dispatcher->skipSyntaxCheck();
154 154
         }
155 155
 
156 156
         $this->processWorkingDirectory($input);
Please login to merge, or discard this patch.