From 6a28219d1647b15b374a83e118010afdfdcb757e Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Tue, 21 Oct 2025 23:12:31 +0200 Subject: [PATCH] ref: change doc to use `never` instead of `none` --- src/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Options.php b/src/Options.php index 28093ed6e..84ead7836 100644 --- a/src/Options.php +++ b/src/Options.php @@ -1130,7 +1130,7 @@ public function getMaxRequestBodySize(): string * captured. It can be set to one of the * following values: * - * - none: request bodies are never sent + * - never: request bodies are never sent * - small: only small request bodies will * be captured where the cutoff for small * depends on the SDK (typically 4KB)