Skip to content
Snippets Groups Projects

core/lib/Drupal/Core

Closed quietone requested to merge issue/drupal-3478204:3478204-fix-missingparamtype-in into 11.x
All threads resolved!
Files
61
@@ -50,9 +50,9 @@ public function __construct($selector, array $css = []) {
/**
* Adds a property/value pair to the CSS to be added to this element.
*
* @param $property
* @param string $property
* The CSS property to be changed.
* @param $value
* @param string $value
* The new value of the CSS property.
*
* @return $this
Loading