diff --git a/core/lib/Drupal/Core/Render/Element/HtmlTag.php b/core/lib/Drupal/Core/Render/Element/HtmlTag.php index 1b51149..5ec0d3f 100644 --- a/core/lib/Drupal/Core/Render/Element/HtmlTag.php +++ b/core/lib/Drupal/Core/Render/Element/HtmlTag.php @@ -20,11 +20,12 @@ * - #tag: The tag name to output. * - #attributes: (array, optional) HTML attributes to apply to the tag. The * attributes are escaped, see \Drupal\Core\Template\Attribute. - * - #value: (string, optional) A string containing the textual contents of the tag. - * - #noscript: (Boolean, optional) When set to TRUE, the markup + * - #value: (string, optional) A string containing the textual contents of + * the tag. + * - #noscript: (bool, optional) When set to TRUE, the markup * (including any prefix or suffix) will be wrapped in a