Passed
Pull Request — master (#263)
by Christopher
02:52
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
         $baseUri = $this->isBaseWritten ? null : $this->absoluteServiceUriWithSlash;
148 148
         $this->isBaseWritten = true;
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.