Completed
Branch 1.x (3a9a6b)
by Akihito
10:28 queued 08:06
created
src/Pagerfanta/ExtendedPdoAdapter.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -78,6 +78,8 @@
 block discarded – undo
78 78
 
79 79
     /**
80 80
      * {@inheritdoc}
81
+     * @param integer $offset
82
+     * @param integer $length
81 83
      */
82 84
     public function getLimitClause($offset, $length)
83 85
     {
Please login to merge, or discard this patch.
src/Pagerfanta/AuraSqlQueryAdapter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
  */
7 7
 namespace Ray\AuraSqlModule\Pagerfanta;
8 8
 
9
-use Aura\Sql\ExtendedPdo;
10 9
 use Aura\SqlQuery\Common\Select;
11 10
 use Aura\SqlQuery\Common\SelectInterface;
11
+use Aura\Sql\ExtendedPdo;
12 12
 use Pagerfanta\Adapter\AdapterInterface;
13 13
 
14 14
 class AuraSqlQueryAdapter implements AdapterInterface
Please login to merge, or discard this patch.
src/Pagerfanta/AuraSqlQueryPager.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
  */
7 7
 namespace Ray\AuraSqlModule\Pagerfanta;
8 8
 
9
-use Aura\Sql\ExtendedPdoInterface;
10 9
 use Aura\SqlQuery\Common\Select;
11 10
 use Aura\SqlQuery\Common\SelectInterface;
11
+use Aura\Sql\ExtendedPdoInterface;
12 12
 use Pagerfanta\Exception\LogicException;
13 13
 use Pagerfanta\Pagerfanta;
14 14
 use Pagerfanta\View\ViewInterface;
Please login to merge, or discard this patch.