Completed
Push — master ( f7fec7...2cdfdd )
by Łukasz
02:07
created
src/Command/ProvisionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
     {
334 334
         $self = $this;
335 335
         $rows = array_map(
336
-            function (Candidate $candidate) use ($self) {
336
+            function(Candidate $candidate) use ($self) {
337 337
                 return $self->buildCandidateRow($candidate);
338 338
             },
339 339
             $this->workingDirectoryCandidates
Please login to merge, or discard this patch.