7d876aab98
- Updated mobiledetectlib to 2.8.26 - Updated PEAR to 1.10.5 - Updated Archive_Tar to 1.4.3 - Updated XML_Util to 1.4.3
9 lines
319 B
XML
9 lines
319 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PEAR-textlanguagedetect">
|
|
<rule ref="PEAR">
|
|
<!-- we keep the old php4-style variable names for now -->
|
|
<exclude name="PEAR.NamingConventions.ValidFunctionName.PublicUnderscore"/>
|
|
<exclude name="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
|
|
</rule>
|
|
</ruleset>
|