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
Add phpcs.xml with moodleBranch config to match CI sniff behavior
The LangFilesOrdering sniff only runs on Moodle 4.4+. Without
moodleBranch set, local phpcs skipped the check because it couldn't
detect the Moodle version. This caused CI failures that weren't caught
locally. Also fixes the lang string ordering via phpcbf.
$string['apitest_suspendratio_desc'] = 'Percentage of records that will be Suspend actions (drawn from the enrolled pool). Only applies when the pool has users from a previous run.';
43
+
$string['apitoken'] = 'API Token';
44
+
$string['apitoken_desc'] = 'API Token for CData access. A Base64 encoded value of the username and password.';
45
45
$string['apiurl'] = 'Enrolment API URL';
46
46
$string['apiurl_desc'] = 'CData Endpoint for enrolments.';
47
47
$string['completion_apitoken'] = 'Completion API Token';
0 commit comments