We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865fa6e commit 22482cfCopy full SHA for 22482cf
src/Connectors/IBMConnector.php
@@ -61,7 +61,7 @@ public function connect(array $config)
61
break;
62
}
63
64
- $options = array_merge($this->getOptions($config), $options) ;
+ $options = $this->getOptions($config) + $options;
65
66
$connection = $this->createConnection($dsn, $config, $options);
67
0 commit comments