Skip to content

Commit 77eb9bf

Browse files
committed
Added in bytes to size limit
1 parent 2c4af82 commit 77eb9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/RequestBodyBufferMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class RequestBodyBufferMiddleware
1515

1616
/**
1717
* @param int|string|null $sizeLimit Either an int with the max request body size
18-
* or an ini like size string
18+
* in bytes or an ini like size string
1919
* or null to use post_max_size from PHP's
2020
* configuration. (Note that the value from
2121
* the CLI configuration will be used.)

0 commit comments

Comments
 (0)