Completed
Pull Request — 1.x (#24)
by inaka
03:42
created
src/Pagerfanta/ExtendedPdoAdapter.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@  discard block
 block discarded – undo
27 27
      */
28 28
     private $params;
29 29
 
30
+    /**
31
+     * @param string $sql
32
+     */
30 33
     public function __construct(ExtendedPdoInterface $pdo, $sql, array $params)
31 34
     {
32 35
         $this->pdo = $pdo;
@@ -73,6 +76,8 @@  discard block
 block discarded – undo
73 76
 
74 77
     /**
75 78
      * {@inheritdoc}
79
+     * @param integer $offset
80
+     * @param integer $length
76 81
      */
77 82
     public function getLimitClause($offset, $length)
78 83
     {
Please login to merge, or discard this patch.