Skip to content

Commit

Permalink
MNT Update @methods on class docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 14, 2023
1 parent 13b5ecc commit 55b02ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<Group> CreateTopLevelGroups()
* @method ManyManyList<Group> EditorGroups()
* @method ManyManyList<Group> ViewerGroups()
*/
class SiteConfig extends DataObject implements PermissionProvider, TemplateGlobalProvider
{
Expand Down

0 comments on commit 55b02ff

Please sign in to comment.