Passed
Push — master ( b83a20...221be0 )
by Robson
02:53 queued 10s
created
src/Paginator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         $this->offset = (($this->page * $this->limit) - $this->limit >= 0 ? ($this->page * $this->limit) - $this->limit : 0);
83 83
         $this->hash = (!empty($hash) ? "#{$hash}" : null);
84 84
 		
85
-		$this->addGetParams($params);
85
+        $this->addGetParams($params);
86 86
 
87 87
         if ($this->rows && $this->offset >= $this->rows) {
88 88
             header("Location: {$this->link}" . ceil($this->rows / $this->limit));
Please login to merge, or discard this patch.