Skip to content

Commit

Permalink
A bit of code style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
  • Loading branch information
Retidurc committed Aug 29, 2022
1 parent 49af5d1 commit 34f314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/DB/ConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function createConnectionParams(string $configPrefix = '') {
];
}

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

Expand Down

0 comments on commit 34f314f

Please sign in to comment.