Browse Source

Correct doc block

euromark 12 years ago
parent
commit
359a420a96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/StringTemplate.php

+ 1 - 1
src/View/StringTemplate.php

@@ -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.
  */