Completed
Push — master ( 979f96...b68297 )
by James Ekow Abaka
05:14
created
src/Driver.php 2 patches
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -125,8 +125,7 @@  discard block
 block discarded – undo
125 125
 
126 126
     /**
127 127
      * 
128
-     * @param boolean $status
129
-     * @param \PDOStatement  $result 
128
+     * @param \PDOStatement $statement
130 129
      */
131 130
     private function fetchRows($statement)
132 131
     {
@@ -315,7 +314,7 @@  discard block
 block discarded – undo
315 314
 
316 315
     /**
317 316
      * A wrapper around PDO's lastInsertId() method.
318
-     * @return mixed
317
+     * @return string
319 318
      */
320 319
     public function getLastInsertId()
321 320
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\atiaa;
4 4
 
5
-use ntentan\config\Config;
6 5
 use ntentan\atiaa\exceptions\DatabaseDriverException;
6
+use ntentan\config\Config;
7 7
 
8 8
 /**
9 9
  * A driver class for connecting to a specific database platform.
Please login to merge, or discard this patch.