Skip to content

Commit

Permalink
undo change to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Jul 11, 2023
1 parent e0c2314 commit 552ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class ClientResolver
'request_min_compression_size_bytes' => [
'type' => 'value',
'valid' => ['int', 'callable'],
'doc' => 'Set to a value between between 0 and 10485760 bytes, inclusive',
'doc' => 'Set to a value between between 0 and 10485760 bytes, inclusive. This value will be ignored if `disable_request_compression` is set to `true`',
'fn' => [__CLASS__, '_apply_min_compression_size'],
'default' => [__CLASS__, '_default_min_compression_size'],
],
Expand Down

0 comments on commit 552ec24

Please sign in to comment.