From 4a46b939e67f5d4c1a6ad6d9dd53b9f5347d8420 Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 13 Jan 2016 21:26:23 +0300 Subject: [PATCH] Update ViewVarsTrait.php update comment annotation in set method --- src/View/ViewVarsTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/ViewVarsTrait.php b/src/View/ViewVarsTrait.php index f2d3a8ba4f6..8440393b5ae 100644 --- a/src/View/ViewVarsTrait.php +++ b/src/View/ViewVarsTrait.php @@ -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 */