@@ -281,14 +281,14 @@ |
||
281 | 281 | protected function writeNextPageLink(ODataLink $nextPageLinkUri = null) |
282 | 282 | { |
283 | 283 | |
284 | - // "__next" : uri |
|
285 | - if ($nextPageLinkUri != null) { |
|
286 | - $this->_writer |
|
287 | - ->writeName(ODataConstants::JSON_NEXT_STRING) |
|
288 | - ->writeValue($nextPageLinkUri->url); |
|
289 | - } |
|
290 | - |
|
291 | - return $this; |
|
284 | + // "__next" : uri |
|
285 | + if ($nextPageLinkUri != null) { |
|
286 | + $this->_writer |
|
287 | + ->writeName(ODataConstants::JSON_NEXT_STRING) |
|
288 | + ->writeValue($nextPageLinkUri->url); |
|
289 | + } |
|
290 | + |
|
291 | + return $this; |
|
292 | 292 | |
293 | 293 | } |
294 | 294 |