Skip to content

Commit ef8b0fa

Browse files
committed
allow null value for config option delete_oldest_backups_when_using_more_megabytes_than
1 parent d7c4518 commit ef8b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/StrategyConfig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected function __construct(
1212
public int $keepWeeklyBackupsForWeeks,
1313
public int $keepMonthlyBackupsForMonths,
1414
public int $keepYearlyBackupsForYears,
15-
public int $deleteOldestBackupsWhenUsingMoreMegabytesThan,
15+
public ?int $deleteOldestBackupsWhenUsingMoreMegabytesThan,
1616
) {}
1717

1818
/** @param array<mixed> $data */

0 commit comments

Comments
 (0)