phpcs.xml
<?xml version="1.0"?>
<ruleset name="AXMSniffs">
<file>./src</file>
<rule ref="PSR2"/>
<rule ref="PEAR">
<exclude name="Generic.Commenting.DocComment.TagValueIndent"/>
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingVersion"/>
<exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.ClassComment.MissingLinkTag"/>
<exclude name="PEAR.Commenting.FunctionComment.SpacingAfterParamType"/>
<exclude name="PEAR.Commenting.FunctionComment.MissingParamComment"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
</rule>
</ruleset>