PATCH: fixing properties in comments

This commit is contained in:
Nicolaas 2020-05-01 11:01:51 +12:00 committed by GitHub
parent d46c2a3827
commit 22694c7474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*