We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c72116 + aff7d44 commit d03d3f8Copy full SHA for d03d3f8
src/Server.php
@@ -56,7 +56,7 @@ class Server
56
*
57
* @param string $host
58
* @param string $port
59
- * @param string|null $database
+ * @param string $database
60
* @param string|null $username
61
* @param string|null $password
62
* @param \Tinderbox\Clickhouse\Common\ServerOptions|null $options
@@ -65,7 +65,7 @@ public function __construct(
65
string $host,
66
string $port = '8123',
67
string $database = 'default',
68
- string $username = 'default',
+ string $username = null,
69
string $password = null,
70
ServerOptions $options = null
71
) {
0 commit comments