Passed
Pull Request — master (#263)
by Christopher
02:53
created
src/POData/ObjectModel/CynicSerialiser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
         $selfLink->title = $title;
146 146
         $selfLink->url   = $relativeUri;
147 147
 
148
-        $entries = array_map(function($entry){
148
+        $entries = array_map(function($entry) {
149 149
             return $this->writeTopLevelElement(
150 150
                 $entry instanceof QueryResult ? $entry : new QueryResult($entry)
151 151
             );
Please login to merge, or discard this patch.