mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
linter fix
This commit is contained in:
+1
-1
@@ -844,7 +844,7 @@ $register->set('pools', function () {
|
||||
switch ($dsnScheme) {
|
||||
case 'mariadb-proxy':
|
||||
$host = $dsnHost;
|
||||
if($dsnPort) {
|
||||
if ($dsnPort) {
|
||||
$host .= ':' . $dsnPort;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user