Passed
Branch master (5f458e)
by Robson
02:11
created
src/Paginator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     public function render(string $cssClass = "paginator"): ?string
108 108
     {
109 109
         $this->class = $cssClass;
110
-        $this->pages = (int)ceil($this->rows / $this->limit);
110
+        $this->pages = (int) ceil($this->rows / $this->limit);
111 111
 
112 112
         if ($this->rows > $this->limit):
113 113
             $paginator = "<nav class=\"{$this->class}\">";
Please login to merge, or discard this patch.