Skip to content

Commit

Permalink
Update src/Gaufrette/Stream/Local.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin <kevinar9@outlook.fr>
  • Loading branch information
PedroTroller and KevinArtus authored Oct 30, 2023
1 parent 1173c0e commit 55ad928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Stream/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function eof(): bool
/**
* @return array<string, mixed>|false
*/
public function stat(): array|false
public function stat(): array|bool
{
if ($this->fileHandle) {
return fstat($this->fileHandle);
Expand Down

0 comments on commit 55ad928

Please sign in to comment.