From 527b9fe640f656aefc3a148e3206ee9b98576773 Mon Sep 17 00:00:00 2001 From: Val Bancer Date: Mon, 22 Oct 2018 10:11:01 +0200 Subject: [PATCH] Improve documentation --- lib/Cake/View/View.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 91776ad9a..47e9530f2 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -120,9 +120,9 @@ class View extends CakeObject { public $view = null; /** - * Name of layout to use with this View. + * Name of layout to use with this View. If `false` then no layout is rendered. * - * @var string + * @var string|bool */ public $layout = 'default';