選択できるのは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>