Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mnavarrocarter committed Oct 3, 2022
1 parent 2c86a64 commit b057be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ResourceHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private function innerRead(int $length): string
if (feof($this->resource)) {
throw new EndOfFile('Could not read bytes: End of file reached');
}

throw new Error('Could not read bytes: Unknown error.');
}

Expand Down

0 comments on commit b057be8

Please sign in to comment.