Skip to content
Snippets Groups Projects
Commit 02653c1b authored by catch's avatar catch
Browse files

Issue #3321771 by Wim Leers, Chi: CKEditor 5 Duplicated constants in assert statement

(cherry picked from commit bfccb136)
parent c00e950f
No related branches found
No related tags found
5 merge requests!4488Issue #3376281: Random machine names no longer need to be wrapped in strtolower(),!3000Issue #793660: Check for failure of hook_install,!1627Issue #3082958: Add gitignore(s) to composer-ready project templates,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display
......@@ -263,7 +263,7 @@ private static function getFiltersInFormatOfType(FilterFormatInterface $text_for
assert(in_array($filter_type, [
FilterInterface::TYPE_MARKUP_LANGUAGE,
FilterInterface::TYPE_HTML_RESTRICTOR,
FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
FilterInterface::TYPE_TRANSFORM_REVERSIBLE,
FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
]));
foreach ($text_format->filters() as $id => $filter) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment