Test Failed
Push — develop ( a526c9...c737cc )
by nguereza
02:56
created
core/libraries/Pagination.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.