Passed
Push — master ( b6358f...99f315 )
by Timo
05:28
created
Classes/ViewHelpers/Widget/Controller/AbstractPaginateWidgetController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
         }
126 126
 
127 127
         // calculate starting count for <ol> (items per page multiplied by (number of pages -1) and adding +1)
128
-        $pagination['resultCountStart'] = (($this->getItemsPerPage() * ($this->currentPage-1))+1);
128
+        $pagination['resultCountStart'] = (($this->getItemsPerPage() * ($this->currentPage - 1)) + 1);
129 129
         return $pagination;
130 130
     }
131 131
 
Please login to merge, or discard this patch.