Merge branch 'MDL-74511-311' of https://github.com/andrewnicols/moodle into MOODLE_311_STABLE

This commit is contained in:
Jun Pataleta
2022-05-06 11:57:59 +08:00
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = grunt => {
{
rule: {
_attrs: {
ref: 'moodle',
ref: './.phpcs.xml.dist',
},
},
},
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="MoodleCore">
<rule ref="moodle"/>
</ruleset>