From 9f8734cacf47f18bdb59a2825d78887c9701e373 Mon Sep 17 00:00:00 2001 From: Edwin van de Pol Date: Wed, 3 Apr 2024 23:39:03 +0200 Subject: [PATCH] Docblocks to comments --- config/backup.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/backup.php b/config/backup.php index e9c5a364..d5d2e7bc 100644 --- a/config/backup.php +++ b/config/backup.php @@ -170,12 +170,12 @@ */ 'encryption' => 'default', - /** + /* * The number of attempts, in case the backup command encounters an exception */ 'tries' => 1, - /** + /* * The number of seconds to wait before attempting a new backup if the previous try failed * Set to `0` for none */ @@ -323,12 +323,12 @@ 'delete_oldest_backups_when_using_more_megabytes_than' => 5000, ], - /** + /* * The number of attempts, in case the cleanup command encounters an exception */ 'tries' => 1, - /** + /* * The number of seconds to wait before attempting a new cleanup if the previous try failed * Set to `0` for none */