@@ -125,8 +125,7 @@ discard block |
||
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 |
||
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 | { |