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 a9fa97b commit 5cdf88b
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 5cdf88b

Please sign in to comment.