From 55b02fff493e2a4076e954f9a5e4258fdc418eb5 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 14 Dec 2023 15:18:28 +1300 Subject: [PATCH] MNT Update @methods on class docblocks --- code/SiteConfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/SiteConfig.php b/code/SiteConfig.php index 70f669a55..f1f305125 100644 --- a/code/SiteConfig.php +++ b/code/SiteConfig.php @@ -31,9 +31,9 @@ * @property string CanViewType Type of restriction used for view permissions. * @property string CanEditType Type of restriction used for edit permissions. * @property string CanCreateTopLevelType Type of restriction used for creation of root-level pages. - * @method ManyManyList ViewerGroups() List of groups that can view SiteConfig. - * @method ManyManyList EditorGroups() List of groups that can edit SiteConfig. - * @method ManyManyList CreateTopLevelGroups() List of groups that can create root-level pages. + * @method ManyManyList CreateTopLevelGroups() + * @method ManyManyList EditorGroups() + * @method ManyManyList ViewerGroups() */ class SiteConfig extends DataObject implements PermissionProvider, TemplateGlobalProvider {