@@ -139,7 +139,7 @@ |
||
| 139 | 139 | |
| 140 | 140 | $baseUri = $this->isBaseWritten ? null : $this->absoluteServiceUriWithSlash; |
| 141 | 141 | $this->isBaseWritten = true; |
| 142 | - $entries = array_map(function($entry){ |
|
| 142 | + $entries = array_map(function($entry) { |
|
| 143 | 143 | return $this->writeTopLevelElement( |
| 144 | 144 | $entry instanceof QueryResult ? $entry : new QueryResult($entry) |
| 145 | 145 | ); |