diff options
Diffstat (limited to 'lib/Minz/View.php')
| -rw-r--r-- | lib/Minz/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php index bc38b8783..6b90b3c31 100644 --- a/lib/Minz/View.php +++ b/lib/Minz/View.php @@ -146,7 +146,7 @@ class Minz_View { /** * Choose the current view layout. - * @param string $layout the layout name to use, false to use no layouts. + * @param string|false $layout the layout name to use, false to use no layouts. */ public function _layout($layout) { if ($layout) { |
