Skip to content

Commit

Permalink
Correct doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 9, 2014
1 parent 97acf5a commit 359a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/StringTemplate.php
Expand Up @@ -161,7 +161,7 @@ public function formatAttributes($options, $exclude = null) {
* 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.
*/
Expand Down

0 comments on commit 359a420

Please sign in to comment.