We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299475b commit c5ced57Copy full SHA for c5ced57
src/Tasks/Backup/DbDumperFactory.php
@@ -64,7 +64,7 @@ public static function createFromConnection(string $dbConnectionName): DbDumper
64
'max_range' => 65535,
65
],
66
]) !== false) {
67
- $dbDumper = $dbDumper->setPort($dbConfig['port']);
+ $dbDumper = $dbDumper->setPort((int) $dbConfig['port']);
68
}
69
70
0 commit comments