|
|
@@ -161,7 +161,7 @@ class StringTemplate {
|
|
|
* Works with minimized attributes that have the same value as their name such as 'disabled' and 'checked'
|
|
|
*
|
|
|
* @param string $key The name of the attribute to create
|
|
|
- * @param string $value The value of the attribute to create.
|
|
|
+ * @param string|array $value The value of the attribute to create.
|
|
|
* @param boolean $escape Define if the value must be escaped
|
|
|
* @return string The composed attribute.
|
|
|
*/
|