Skip to content

Commit 1f77b4f

Browse files
committed
minor #19418 [Validator] Fix mb_detect_encoding link in Charset (smnandre)
This PR was merged into the 7.1 branch. Discussion ---------- [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 ) Commits ------- f3ca92f [Validator] Fix mb_detect_encoding link in Charset
2 parents d82fae0 + f3ca92f commit 1f77b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Charset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Options
8989
An encoding or a set of encodings to check against. If you pass an array of
9090
encodings, the validator will check if the value is encoded in *any* of the
9191
encodings. This option accepts any value that can be passed to
92-
:phpfunction:`mb_detect_encoding()`.
92+
:phpfunction:`mb_detect_encoding`.
9393

9494
.. include:: /reference/constraints/_groups-option.rst.inc
9595

0 commit comments

Comments
 (0)