diff --git a/app/init.php b/app/init.php index 96fce26d41..04ef2c2d9f 100644 --- a/app/init.php +++ b/app/init.php @@ -844,7 +844,7 @@ $register->set('pools', function () { switch ($dsnScheme) { case 'mariadb-proxy': $host = $dsnHost; - if($dsnPort) { + if ($dsnPort) { $host .= ':' . $dsnPort; }