@@ -114,8 +114,7 @@ discard block |
||
114 | 114 | |
115 | 115 | /** |
116 | 116 | * |
117 | - * @param boolean $status |
|
118 | - * @param \PDOStatement $result |
|
117 | + * @param \PDOStatement $statement |
|
119 | 118 | */ |
120 | 119 | private function fetchRows($statement) { |
121 | 120 | try { |
@@ -292,7 +291,7 @@ discard block |
||
292 | 291 | |
293 | 292 | /** |
294 | 293 | * A wrapper around PDO's lastInsertId() method. |
295 | - * @return mixed |
|
294 | + * @return string |
|
296 | 295 | */ |
297 | 296 | public function getLastInsertId() { |
298 | 297 | return $this->pdo->lastInsertId(); |