Skip to content

Instantly share code, notes, and snippets.

View pzhuchkov's full-sized avatar

Petr Zhuchkov pzhuchkov

  • Russia, Moscow
View GitHub Profile
<?xml version="1.0"?>
<!--http://edorian.github.io/php-coding-standard-generator/#phpcs-->
<ruleset name="Bradburylab">
<description>Bradburylab coding standard</description>
<exclude-pattern>*/tests/*</exclude-pattern>
<!-- Include the whole PSR-2 standard -->
<!--<rule ref="PSR2">-->
<!--<exclude name="Generic.WhiteSpace.ScopeIndent"/>-->
<!--</rule>-->
<rule ref="Security">