@@ -61,7 +61,7 @@ |
||
61 | 61 | $this->log->addInfo('Result='.$ret); |
62 | 62 | |
63 | 63 | $json = json_decode($ret); |
64 | - $results = array_map(function ($elem) { |
|
64 | + $results = array_map(function($elem) { |
|
65 | 65 | return $this->json_mapper->map($elem, new ProjectType()); |
66 | 66 | }, $json); |
67 | 67 |