Skip to content

Commit 2c2718e

Browse files
committed
A bit of code style fix
Signed-off-by: Retidurc Silvernight <[email protected]>
1 parent 1d6bf74 commit 2c2718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/DB/ConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function createConnectionParams(string $configPrefix = '') {
233233
];
234234
}
235235

236-
if ($this->config->getValue('persistent',false)){
236+
if ($this->config->getValue('persistent', false)) {
237237
$connectionParams['persistent'] = true;
238238
}
239239

0 commit comments

Comments
 (0)