@@ -354,7 +354,7 @@ |
||
| 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) { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * @param Candidate $candidate |
| 29 | - * @return array |
|
| 29 | + * @return string |
|
| 30 | 30 | */ |
| 31 | 31 | public function execute(Candidate $candidate) |
| 32 | 32 | { |