Completed
Pull Request — dev (#24)
by Ben
01:58
created
src/Storage/Pdo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * constructor
34 34
      *
35
-     * @param PDO    $pdo        instance of pdo to execute the queries against
35
+     * @param BasePdo    $pdo        instance of pdo to execute the queries against
36 36
      * @param string $tableName  the table name to reference
37 37
      * @param array $sqlQueries custom queries
38 38
      */
Please login to merge, or discard this patch.