@@ -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; |