Completed
Push — develop ( cc8c17...8f8d8e )
by
unknown
14:38 queued 07:22
created
module/Core/src/Core/Controller/Plugin/CreatePaginator.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * YAWIK
4
- *
5
- * @filesource
6
- * @license    MIT
7
- * @copyright  2013 - 2016 Cross Solution <http://cross-solution.de>
8
- */
3
+     * YAWIK
4
+     *
5
+     * @filesource
6
+     * @license    MIT
7
+     * @copyright  2013 - 2016 Cross Solution <http://cross-solution.de>
8
+     */
9 9
 
10 10
 /**  */
11 11
 namespace Core\Controller\Plugin;
@@ -71,8 +71,8 @@  discard block
 block discarded – undo
71 71
         /* @var $paginator \Zend\Paginator\Paginator */
72 72
         $paginator = $paginators->get($paginatorName, $params);
73 73
         $paginator->setCurrentPageNumber(isset($params['page']) ? $params['page'] : 1)
74
-                  ->setItemCountPerPage(isset($params['count']) ? $params['count'] : 10)
75
-                  ->setPageRange(isset($params['range']) ? $params['range'] : 5);
74
+                    ->setItemCountPerPage(isset($params['count']) ? $params['count'] : 10)
75
+                    ->setPageRange(isset($params['range']) ? $params['range'] : 5);
76 76
 
77 77
         return $paginator;
78 78
 
Please login to merge, or discard this patch.
module/Core/src/Core/Factory/Paginator/RepositoryAbstractFactory.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * YAWIK
4
- *
5
- * @filesource
6
- * @license MIT
7
- * @copyright  2013 - 2016 Cross Solution <http://cross-solution.de>
8
- */
3
+     * YAWIK
4
+     *
5
+     * @filesource
6
+     * @license MIT
7
+     * @copyright  2013 - 2016 Cross Solution <http://cross-solution.de>
8
+     */
9 9
   
10 10
 /** */
11 11
 namespace JobsTest\Form;
Please login to merge, or discard this patch.