Skip to content

Commit

Permalink
Update ViewVarsTrait.php
Browse files Browse the repository at this point in the history
update comment annotation in set method
  • Loading branch information
Cheren committed Jan 13, 2016
1 parent e62caa9 commit 4a46b93
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 $value Value in case $name is a string (which then works as the key).
* @param string|array|null|boolean $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 4a46b93

Please sign in to comment.