説明なし

phpcs.xml 347B

123456789101112
  1. <?xml version="1.0"?>
  2. <ruleset name="PsySH Coding Standard">
  3. <description>The coding standard for PsySH</description>
  4. <exclude-pattern>*/bin/*</exclude-pattern>
  5. <exclude-pattern>*/vendor/*</exclude-pattern>
  6. <rule ref="PSR2">
  7. <exclude name="Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma"/>
  8. </rule>
  9. </ruleset>