From 22694c7474518d551f1f49ad7d4f49ad7cc97ea2 Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Fri, 1 May 2020 11:01:51 +1200 Subject: [PATCH] PATCH: fixing properties in comments --- code/Model/SiteTree.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Model/SiteTree.php b/code/Model/SiteTree.php index 8b6a9959..ac666e18 100755 --- a/code/Model/SiteTree.php +++ b/code/Model/SiteTree.php @@ -90,10 +90,10 @@ use SilverStripe\View\SSViewer; * @property string $Content HTML content of the page. * @property string $MetaDescription * @property string $ExtraMeta - * @property string $ShowInMenus - * @property string $ShowInSearch - * @property string $Sort Integer value denoting the sort order. * @property string $ReportClass + * @property int $Sort Integer value denoting the sort order. + * @property bool $ShowInMenus + * @property bool $ShowInSearch * @property bool $HasBrokenFile True if this page has a broken file shortcode * @property bool $HasBrokenLink True if this page has a broken page shortcode *