Skip to content

Commit

Permalink
fix Typed property Vormkracht10\LaravelOK\Checks\StorageCheck::$path …
Browse files Browse the repository at this point in the history
…must not be accessed before initialization
  • Loading branch information
david-d-h committed Oct 9, 2023
1 parent 2e7f849 commit e1436bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/StorageCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class StorageCheck extends Check
{
protected ?string $path;
protected ?string $path = null;

protected array $disks = [];

Expand Down

0 comments on commit e1436bb

Please sign in to comment.