You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.phpcs.xml 372B

12345678910
  1. <?xml version="1.0"?>
  2. <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPColors"
  3. xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
  4. <description>The coding standard for PHPColors.</description>
  5. <file>./src</file>
  6. <file>./tests</file>
  7. <rule ref="PSR12"/>
  8. </ruleset>