@@ -52,7 +52,7 @@ |
||
52 | 52 | * Firebird -> SQLSTATE[IM001]: driver does not support lastInsertId() |
53 | 53 | * |
54 | 54 | * @link http://php.net/manual/pdo.lastinsertid.php |
55 | - * @return null |
|
55 | + * @return string |
|
56 | 56 | */ |
57 | 57 | protected function insertID():string { |
58 | 58 | return null; |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * @return resource the database resource object |
33 | 33 | * @throws \chillerlan\Database\DBException |
34 | 34 | */ |
35 | - public function connect() { |
|
35 | + public function connect(){ |
|
36 | 36 | |
37 | 37 | if(gettype($this->db) === 'resource'){ |
38 | 38 | return $this->db; |