Skip to content

Commit 9f8734c

Browse files
edwinvdpolfreekmurze
authored andcommitted
Docblocks to comments
1 parent 5c0b8ef commit 9f8734c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/backup.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
*/
171171
'encryption' => 'default',
172172

173-
/**
173+
/*
174174
* The number of attempts, in case the backup command encounters an exception
175175
*/
176176
'tries' => 1,
177177

178-
/**
178+
/*
179179
* The number of seconds to wait before attempting a new backup if the previous try failed
180180
* Set to `0` for none
181181
*/
@@ -323,12 +323,12 @@
323323
'delete_oldest_backups_when_using_more_megabytes_than' => 5000,
324324
],
325325

326-
/**
326+
/*
327327
* The number of attempts, in case the cleanup command encounters an exception
328328
*/
329329
'tries' => 1,
330330

331-
/**
331+
/*
332332
* The number of seconds to wait before attempting a new cleanup if the previous try failed
333333
* Set to `0` for none
334334
*/

0 commit comments

Comments
 (0)