Passed
Pull Request — master (#165)
by KwangSeob
02:52
created
src/Version/VersionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.