Skip to content

Commit

Permalink
Docblocks to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvdpol authored and freekmurze committed Apr 3, 2024
1 parent 5c0b8ef commit 9f8734c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/backup.php
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 9f8734c

Please sign in to comment.