Passed
Pull Request — master (#263)
by Christopher
03:07
created
src/POData/ObjectModel/CynicSerialiser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
                 '/' . $this->getRequest()->getTargetResourceSetWrapper()->getName() .
163 163
                 $this->getNextLinkUri(end($results))
164 164
             ) : null,
165
-            array_map(function($entry){
165
+            array_map(function($entry) {
166 166
                 return $this->writeTopLevelElement(
167 167
                     $entry instanceof QueryResult ? $entry : new QueryResult($entry)
168 168
                 );
Please login to merge, or discard this patch.