Passed
Pull Request — master (#263)
by Christopher
02:56
created
src/POData/ObjectModel/CynicSerialiser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
 
140 140
         $baseUri = $this->isBaseWritten ? null : $this->absoluteServiceUriWithSlash;
141 141
         $this->isBaseWritten = true;
142
-        $entries = array_map(function($entry){
142
+        $entries = array_map(function($entry) {
143 143
             return $this->writeTopLevelElement(
144 144
                 $entry instanceof QueryResult ? $entry : new QueryResult($entry)
145 145
             );
Please login to merge, or discard this patch.