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