Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Validator] Fix mb_detect_encoding link in Charset #19418

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

smnandre
Copy link
Member

Fix mb_detect_encoding link sending to 404 ( https://www.php.net/manual/en/function.mb-detect-encoding().php )

@@ -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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alamirault we can add a doctor rule for this 👍

@OskarStark OskarStark changed the title [Validator] Fix mb_detect_encoding link in Charset [Validator] Fix mb_detect_encoding link in Charset Jan 15, 2024
@javiereguiluz
Copy link
Member

Good catch, thanks Simon.

@javiereguiluz javiereguiluz merged commit 1f77b4f into symfony:7.1 Jan 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants