Skip to content

Commit

Permalink
Add return type for BackupsCheck->onDisk
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Aug 2, 2024
1 parent 22761f1 commit 2fe68f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Checks/BackupsCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function locatedAt(string $globPath): self
return $this;
}

public function onDisk($disk)
public function onDisk($disk): static
{
$this->disk = Storage::disk($disk);

Expand Down

0 comments on commit 2fe68f8

Please sign in to comment.