Commit 163b5102 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2504607 by juanjesustrigo, sasanikolic, mgifford, dawehner: Change the...

Issue #2504607 by juanjesustrigo, sasanikolic, mgifford, dawehner: Change the return of fieldFilterXss to FieldFilteredMarkup
parent 10464f5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ trait AllowedTagsXssTrait {
   * @param string $string
   *   The string with raw HTML in it.
   *
   * @return \Drupal\Component\Utility\SafeMarkup
   * @return \Drupal\Core\Field\FieldFilteredMarkup
   *   An XSS safe version of $string, or an empty string if $string is not
   *   valid UTF-8.
   */