Skip to content

Commit

Permalink
Fix phpstan violation
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jun 24, 2024
1 parent cf99450 commit e4d1096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/StringStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function isReadable(): bool
}

/**
* @param int<0, max> $length
* @param int<1, max> $length
*/
#[Override]
public function read($length): string
Expand Down

0 comments on commit e4d1096

Please sign in to comment.