| @@ -107,7 +107,7 @@ | ||
| 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}\">"; |