Skip to content

Commit

Permalink
Dir: return typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Nov 7, 2023
1 parent b1fa8c0 commit 14ea82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dir.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function checkReadable(): static
}


public function __toString()
public function __toString(): string
{
return $this->getDir();
}
Expand Down

0 comments on commit 14ea82e

Please sign in to comment.