Passed
Pull Request — master (#263)
by Christopher
03:48
created
src/POData/ObjectModel/CynicSerialiser.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
         $odata->rowCount = $this->getRequest()->queryType == QueryType::ENTITIES_WITH_COUNT() ?
158 158
             $this->getRequest()->getCountValue() :
159 159
             null;
160
-        $odata->entries = array_map(function($entry){
160
+        $odata->entries = array_map(function($entry) {
161 161
             return $this->writeTopLevelElement(
162 162
                 $entry instanceof QueryResult ? $entry : new QueryResult($entry)
163 163
             );
Please login to merge, or discard this patch.