mirror of
https://github.com/friendica/friendica
synced 2024-11-13 12:22:53 +00:00
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>
|