Skip to content

Commit 5b81ed7

Browse files
samdarkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a809466 commit 5b81ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Connection/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public function open(): void
670670
$this->getLogger()->log(LogLevel::ERROR, $token);
671671
}
672672

673-
throw new Exception($e->getMessage() . '. DSN is ' , $this->dsn, $e->errorInfo, $e);
673+
throw new Exception($e->getMessage() . '. DSN is ', $this->dsn, $e->errorInfo, $e);
674674
}
675675
}
676676

0 commit comments

Comments
 (0)