You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored provider.php to use imported interfaces and single-line implements
Replaced fully qualified interface names with imported aliases via "use" statements.
This keeps the implements list under the line-length limit and avoids a conflict between
the Moodle line-length sniff and the Universal.AlphabeticExtendsImplements sniff.
0 commit comments