Skip to content

Commit

Permalink
Correct typename.
Browse files Browse the repository at this point in the history
Refs #8026
  • Loading branch information
markstory committed Jan 13, 2016
1 parent 66a85d0 commit 43c3259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/ViewVarsTrait.php
Expand Up @@ -123,7 +123,7 @@ public function createView($viewClass = null)
* Saves a variable or an associative array of variables for use inside a template.
*
* @param string|array $name A string or an array of data.
* @param string|array|null|boolean $value Value in case $name is a string (which then works as the key).
* @param string|array|null|bool $value Value in case $name is a string (which then works as the key).
* Unused if $name is an associative array, otherwise serves as the values to $name's keys.
* @return $this
*/
Expand Down

0 comments on commit 43c3259

Please sign in to comment.