<?xml version="1.0"?>
<ruleset name="money_format">
<description>The money_format polyfill CS (which is PEAR).</description>
<file>src</file>
<!-- Include the whole PEAR standard -->
<rule ref="PEAR">
<exclude name="PEAR.NamingConventions.ValidFunctionName" />
<exclude name="PEAR.Commenting.FileComment" />
</rule>
</ruleset>
|