code style fix

This commit is contained in:
Peter Papp
2021-04-25 09:02:00 +02:00
parent e103e61617
commit c47886fb8b
157 changed files with 2250 additions and 2583 deletions
-9
View File
@@ -1,9 +1,7 @@
<?php
return [
'backup' => [
/*
* The name of this application. You can use this name to monitor
* the backups.
@@ -11,9 +9,7 @@ return [
'name' => 'app-backup',
'source' => [
'files' => [
/*
* The list of directories and files that will be included in the backup.
*/
@@ -106,7 +102,6 @@ return [
'database_dump_file_extension' => '',
'destination' => [
/*
* The filename prefix used for the backup zip file.
*/
@@ -149,7 +144,6 @@ return [
* the `Spatie\Backup\Events` classes.
*/
'notifications' => [
'notifications' => [
\Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => ['mail'],
\Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['mail'],
@@ -185,7 +179,6 @@ return [
'username' => null,
'icon' => null,
],
],
@@ -229,7 +222,6 @@ return [
'strategy' => \Spatie\Backup\Tasks\Cleanup\Strategies\DefaultStrategy::class,
'default_strategy' => [
/*
* The number of days for which backups must be kept.
*/
@@ -262,5 +254,4 @@ return [
'delete_oldest_backups_when_using_more_megabytes_than' => 5000,
],
],
];