Completed
Push — master ( 45cb91...319aa4 )
by smiley
01:56
created
src/Drivers/PostgreSQL/PostgreSQLDriver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.