Move declaration out of logic file. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
11 lines
419 B
XML
11 lines
419 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="phpMyAdmin Standard">
|
|
<!-- http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php -->
|
|
<description>phpMyAdmin custom coding standard</description>
|
|
|
|
<rule ref="PSR1" />
|
|
<rule ref="Generic.Metrics.NestingLevel" />
|
|
<!-- There MUST NOT be trailing whitespace at the end of lines. -->
|
|
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace" />
|
|
</ruleset>
|