MDL-77458 core: Add supported php version info to phpcs config

This commit is contained in:
Andrew Nicols 2023-03-02 15:00:26 +08:00
parent 9ee4f8db8b
commit e80987133b

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="MoodleCore">
<rule ref="moodle"/>
<config name="testVersion" value="8.0-"/>
</ruleset>