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 1f49868 commit 3b8eaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Extensions/LDAPGroupExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Class LDAPGroupExtension
*
* Adds a field to map an LDAP group to a SilverStripe {@link Group}
* @method SilverStripe\ORM\HasManyList<LDAPGroupMapping> LDAPGroupMappings()
*/
class LDAPGroupExtension extends DataExtension
{
Expand Down
1 change: 1 addition & 0 deletions src/Model/LDAPGroupMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Class LDAPGroupMapping
*
* An individual mapping of an LDAP group to a SilverStripe {@link Group}
* @method Group Group()
*/
class LDAPGroupMapping extends DataObject
{
Expand Down

0 comments on commit 3b8eaaf

Please sign in to comment.