Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jul 7, 2024
2 parents 8bc4e0b + 0e58549 commit f10c9ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ f3ed705357631aeeb7b6b2fc27bcf5316eb9322b
84c033f4915b3cc3a794ab99b75c321f83409f3b
225b743d976b2cad71b8331c455bcce3dae64157
00ec717b6be837a3a984f6d7b64239c3e8950354
f39390a2871a6c38861ab8b0e5f4a8182f956013
3 changes: 1 addition & 2 deletions app/Rules/UniqueScheduledTimePerRemoteServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
3 changes: 1 addition & 2 deletions app/Services/Backup/Destinations/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class Local implements BackupDestinationInterface
public function __construct(
protected SFTPInterface $sftp,
protected string $storagePath
) {
}
) {}

/**
* @return array<string>
Expand Down
3 changes: 1 addition & 2 deletions app/Services/Backup/Destinations/S3.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ class S3 implements BackupDestinationInterface
public function __construct(
protected S3Client $client,
protected string $bucketName
) {
}
) {}

/**
* @return array<string>
Expand Down

0 comments on commit f10c9ae

Please sign in to comment.