@@ -333,7 +333,7 @@ |
||
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 |