diff -u b/core/lib/Drupal/Component/Utility/Html.php b/core/lib/Drupal/Component/Utility/Html.php --- b/core/lib/Drupal/Component/Utility/Html.php +++ b/core/lib/Drupal/Component/Utility/Html.php @@ -374,7 +374,6 @@ * Html::decodeEntities() will convert all HTML entities to UTF-8 bytes, * including "é" and "<" to "é" and "<". * - * * @param string $text * The input text. *