Completed
Push — master ( 2f2c7c...cf7274 )
by Zlatin
17:57 queued 15:41
created
src/Adapter/PaginationORMAdapter.php 2 patches
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * 
25 25
      * @param QueryBuilder $query
26
-     * @param integer $start
27
-     * @param integer $end
28
-     * 
29 26
      * @return QueryBuilder
30 27
      */
31 28
     public function getItems($query, $current, $limit)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Pagination\Adapter;
4 4
 
5
-use Doctrine\ORM\QueryBuilder;
5
+use Doctrine\ORM\QueryBuilder;
6 6
 use Pagination\Interfaces\IAdapterInterface;
7 7
 
8 8
 class PaginationORMAdapter implements IAdapterInterface
Please login to merge, or discard this patch.
src/PaginationServiceProvider.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Pagination;
4 4
 
5
-use Silex\Application;
6
-use Silex\ServiceProviderInterface;
5
+use Silex\Application;
6
+use Silex\ServiceProviderInterface;
7 7
 use Symfony\Component\Translation\Translator;
8 8
 
9 9
 class PaginationServiceProvider implements ServiceProviderInterface
Please login to merge, or discard this patch.
src/Util/Paginator.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Pagination\Util;
4 4
 
5
-use Silex\Application;
6
-use Symfony\Component\Routing\Router;
5
+use Silex\Application;
6
+use Symfony\Component\Routing\Router;
7 7
 use Symfony\Component\HttpFoundation\Request;
8 8
 
9 9
 class Paginator
Please login to merge, or discard this patch.