Completed
Branch master (fba0df)
by Łukasz
04:23 queued 02:13
created
src/Command/ProvisionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@
 block discarded – undo
354 354
     {
355 355
         $self = $this;
356 356
         $rows = array_map(
357
-            function (Candidate $candidate) use ($self) {
357
+            function(Candidate $candidate) use ($self) {
358 358
                 $status = $candidate->getStatus();
359 359
 
360 360
                 switch ($status) {
Please login to merge, or discard this patch.