Skip to content

Commit 2c55083

Browse files
committed
minor #21410 [HtmlSanitizer] Remove MastermindsParser (javiereguiluz)
This PR was merged into the 8.0 branch. Discussion ---------- [HtmlSanitizer] Remove MastermindsParser Fixes #21284. No need to mention the addition of the `$context` argument in `parse()` method because we already explain the context argument in `sanitizeFor()` method, which is what users will really use. Commits ------- dc29a6e [HtmlSanitizer] Remove MastermindsParser
2 parents af62be2 + dc29a6e commit 2c55083

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

html_sanitizer.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ You can install the HTML Sanitizer component with:
2929
3030
$ composer require symfony/html-sanitizer
3131
32-
.. versionadded:: 7.4
33-
34-
Starting in Symfony 7.4, applications running on PHP 8.4 or higher will use
35-
the native HTML5 parser provided by PHP. All other applications will continue
36-
to use the third-party ``masterminds/html5`` parser, which is installed
37-
automatically when installing the HTML Sanitizer package.
38-
3932
Basic Usage
4033
-----------
4134

0 commit comments

Comments
 (0)