Skip to content

Commit c5ced57

Browse files
miskithfreekmurze
authored andcommitted
Cast type
1 parent 299475b commit c5ced57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Backup/DbDumperFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static function createFromConnection(string $dbConnectionName): DbDumper
6464
'max_range' => 65535,
6565
],
6666
]) !== false) {
67-
$dbDumper = $dbDumper->setPort($dbConfig['port']);
67+
$dbDumper = $dbDumper->setPort((int) $dbConfig['port']);
6868
}
6969
}
7070

0 commit comments

Comments
 (0)