Skip to content

Commit

Permalink
Merge pull request #150 from creative-commoners/pulls/5.1/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents 13b5ecc + 55b02ff commit 1ab21e1
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 1ab21e1

Please sign in to comment.