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