Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 18, 2022
1 parent 4d3ac1d commit 2d1e755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/web/io/ReadChunks.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ReadChunks implements InputStream {
/**
* Scans a chunk, populating length and buffer
*
* @return void
* @return int
* @throws io.IOException for chunked format errors
*/
private function scan() {
Expand Down

0 comments on commit 2d1e755

Please sign in to comment.