We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d9b18 commit d0e9726Copy full SHA for d0e9726
src/Database/Adapter/Pool.php
@@ -51,7 +51,7 @@ public function delegate(string $method, array $args): mixed
51
foreach ($this->getDebug() as $key => $value) {
52
$adapter->setDebug($key, $value);
53
}
54
- foreach($this->getMetadata() as $key => $value) {
+ foreach ($this->getMetadata() as $key => $value) {
55
$adapter->setMetadata($key, $value);
56
57
0 commit comments