Skip to content

Commit

Permalink
fix: type of realPath
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Apr 4, 2024
1 parent ab72f66 commit 681c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class File
{
protected string $path;

protected string $realPath;
protected string|bool $realPath;

protected ?Package $package;

Expand Down

0 comments on commit 681c7d0

Please sign in to comment.