Completed
Push — master ( 2906c9...2b46f0 )
by Timo
27s queued 11s
created
src/Models/DataComponents/Paginator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
         $end = $this->_getEndPage();
167 167
 
168 168
         $pageList = '';
169
-        for ($i = $this->_getStartPage(); $i <= $end; $i ++)
169
+        for ($i = $this->_getStartPage(); $i <= $end; $i++)
170 170
         {
171 171
             $pageList .= $this->_renderListItem($i, $this->_buildPageUrl($i));
172 172
         }
Please login to merge, or discard this patch.