Skip to content
Snippets Groups Projects
Verified Commit 3b58ec6e authored by quietone's avatar quietone
Browse files

Issue #3515406 by adwivedi008, kwame-acquah, alison: Wrong return type in...

Issue #3515406 by adwivedi008, kwame-acquah, alison: Wrong return type in Xss::attributes() docblock
parent 56e3f8e0
No related branches found
No related tags found
No related merge requests found
Pipeline #464287 passed with warnings
Pipeline: drupal

#464292

    ......@@ -275,7 +275,7 @@ protected static function split($string, array $html_tags, $class) {
    * @param string $attributes
    * The html attribute to process.
    *
    * @return string
    * @return array
    * Cleaned up version of the HTML attributes.
    */
    protected static function attributes($attributes) {
    ......
    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