diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index b2b9fac9..d474016d 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -30,3 +30,4 @@ f3ed705357631aeeb7b6b2fc27bcf5316eb9322b 84c033f4915b3cc3a794ab99b75c321f83409f3b 225b743d976b2cad71b8331c455bcce3dae64157 00ec717b6be837a3a984f6d7b64239c3e8950354 +f39390a2871a6c38861ab8b0e5f4a8182f956013 diff --git a/app/Rules/UniqueScheduledTimePerRemoteServer.php b/app/Rules/UniqueScheduledTimePerRemoteServer.php index 6df9cffb..8868f967 100644 --- a/app/Rules/UniqueScheduledTimePerRemoteServer.php +++ b/app/Rules/UniqueScheduledTimePerRemoteServer.php @@ -14,8 +14,7 @@ class UniqueScheduledTimePerRemoteServer implements ValidationRule public function __construct( public int $remoteServerId, public ?int $taskId = null, - ) { - } + ) {} public function validate(string $attribute, mixed $value, Closure $fail): void { diff --git a/app/Services/Backup/Destinations/Local.php b/app/Services/Backup/Destinations/Local.php index b6283855..5f95acb9 100644 --- a/app/Services/Backup/Destinations/Local.php +++ b/app/Services/Backup/Destinations/Local.php @@ -19,8 +19,7 @@ class Local implements BackupDestinationInterface public function __construct( protected SFTPInterface $sftp, protected string $storagePath - ) { - } + ) {} /** * @return array diff --git a/app/Services/Backup/Destinations/S3.php b/app/Services/Backup/Destinations/S3.php index 2d8e076f..a5c9adf7 100644 --- a/app/Services/Backup/Destinations/S3.php +++ b/app/Services/Backup/Destinations/S3.php @@ -25,8 +25,7 @@ class S3 implements BackupDestinationInterface public function __construct( protected S3Client $client, protected string $bucketName - ) { - } + ) {} /** * @return array