Test Failed
Push — master ( 0b8819...cad882 )
by Bálint
16:39
created
src/POData/Writers/Json/JsonLightODataWriter.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -281,14 +281,14 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.