Skip to content

Commit

Permalink
Merge pull request #521 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 a9fa97b + 5cdf88b commit a6c3675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/MemberExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* Extend Member to add relationship to registered methods and track some specific preferences
*
* @method RegisteredMethod[]|HasManyList RegisteredMFAMethods()
* @property MethodInterface $DefaultRegisteredMethod
* @property string $DefaultRegisteredMethodID
* @property bool $HasSkippedMFARegistration
* @property Member|MemberExtension $owner
* @method HasManyList<RegisteredMethod> RegisteredMFAMethods()
*/
class MemberExtension extends DataExtension implements PermissionProvider
{
Expand Down

0 comments on commit a6c3675

Please sign in to comment.