@@ -87,7 +87,7 @@ |
||
87 | 87 | * @param int $currentPageNumber the current page number |
88 | 88 | * @return array |
89 | 89 | */ |
90 | - public function getInfos($totalRows, $currentPageNumber){ |
|
90 | + public function getInfos($totalRows, $currentPageNumber) { |
|
91 | 91 | $numberOfRowPerPage = (int) $this->config['pagination_per_page']; |
92 | 92 | $numberOfPage = (int) ceil($totalRows / $numberOfRowPerPage); |
93 | 93 | $numberOfLink = (int) $this->config['nb_link']; |