@@ -157,7 +157,7 @@ |
||
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 | ); |