Completed
Push — master ( 5be531...114bf3 )
by Łukasz
03:06
created
src/Command/ProvisionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@
 block discarded – undo
337 337
         /** @var ProvisionCommand $self */
338 338
         $self = $this;
339 339
         $rows = array_map(
340
-            function (Candidate $candidate) use ($self) {
340
+            function(Candidate $candidate) use ($self) {
341 341
                 return $self->buildCandidateRow($candidate);
342 342
             },
343 343
             $this->workingDirectoryCandidates
Please login to merge, or discard this patch.