From f3ca92f7a685928b9f1a5895a584f0dce0981ecc Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 15 Jan 2024 09:15:18 +0100 Subject: [PATCH] [Validator] Fix mb_detect_encoding link in Charset Fix mb_detect_encoding link sending to 404 ( https://www.php.net/manual/en/function.mb-detect-encoding().php ) --- reference/constraints/Charset.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Charset.rst b/reference/constraints/Charset.rst index 278ea570831..4f1a260356f 100644 --- a/reference/constraints/Charset.rst +++ b/reference/constraints/Charset.rst @@ -89,7 +89,7 @@ Options An encoding or a set of encodings to check against. If you pass an array of encodings, the validator will check if the value is encoded in *any* of the encodings. This option accepts any value that can be passed to -:phpfunction:`mb_detect_encoding()`. +:phpfunction:`mb_detect_encoding`. .. include:: /reference/constraints/_groups-option.rst.inc