Skip to content
Snippets Groups Projects
Commit a160367c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2418611 by martin107: Trivial fix to EditorXssFilterInterface::filterXss

parent 4f776f6f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ interface EditorXssFilterInterface {
* @param \Drupal\filter\FilterFormatInterface $format
* The text format configuration entity. Provides context based upon which
* one may want to adjust the filtering.
* @param \Drupal\filter\FilterFormatInterface $original_format|null
* @param \Drupal\filter\FilterFormatInterface|null $original_format
* (optional) The original text format configuration entity (when switching
* text formats/editors). Also provides context based upon which one may
* want to adjust the filtering.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment