您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

phpcs.xml 217B

123456789101112
  1. <?xml version="1.0"?>
  2. <ruleset name="AuthresStatus">
  3. <description>A basic coding standard.</description>
  4. <exclude-pattern>vendor/*</exclude-pattern>
  5. <file>./</file>
  6. <rule ref="PSR2" />
  7. </ruleset>