Skip to content
Snippets Groups Projects

Issue #3515406: Wrong return type in Xss::attributes() docblock

Closed Ashish Dwivedi requested to merge issue/drupal-3515406:3515406-wrong-return-type into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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) {
Loading