phpcs.xml.dist 246 B

1234567891011
  1. <?xml version="1.0"?>
  2. <ruleset name="phpDocumentor">
  3. <description>The coding standard for phpDocumentor.</description>
  4. <file>src</file>
  5. <file>tests/unit</file>
  6. <arg value="p"/>
  7. <rule ref="phpDocumentor">
  8. </rule>
  9. </ruleset>