linter fix

This commit is contained in:
Matej Bačo 2024-03-06 22:26:14 +01:00
parent 4fa9ccd9e4
commit 1b65c5fbc9

View file

@ -844,7 +844,7 @@ $register->set('pools', function () {
switch ($dsnScheme) {
case 'mariadb-proxy':
$host = $dsnHost;
if($dsnPort) {
if ($dsnPort) {
$host .= ':' . $dsnPort;
}