Skip to content

Commit

Permalink
Merge pull request #65 from silverstripe/pulls/2.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 1f49868 + 3b8eaaf commit 3c84505
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 3c84505

Please sign in to comment.