We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ca928 commit 36ffefcCopy full SHA for 36ffefc
3 files changed
pkg/dbal/DbalConnectionFactory.php
@@ -91,6 +91,7 @@ private function establishConnection(): Connection
91
method_exists($this->connection, 'connect')
92
&& (new \ReflectionMethod($this->connection, 'connect'))->isPublic()
93
) {
94
+ // TODO: remove check when dropping support for DBAL < 4
95
// DBAL < 4
96
$this->connection->connect();
97
} else {
0 commit comments