File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" PHPMD rule set"
3- xmlns =" http://pmd.sf.net/ruleset/1.0.0"
4- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0
6- http://pmd.sf.net/ruleset_xml_schema.xsd"
7- xsi : noNamespaceSchemaLocation ="
3+ xmlns =" http://pmd.sf.net/ruleset/1.0.0"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0
5+ http://pmd.sf.net/ruleset_xml_schema.xsd" xsi : noNamespaceSchemaLocation ="
86 http://pmd.sf.net/ruleset_xml_schema.xsd" >
97 <description >Coding standard.</description >
108
3432 <rule ref =" rulesets/controversial.xml/Superglobals" />
3533 <rule ref =" rulesets/controversial.xml/CamelCaseClassName" />
3634 <rule ref =" rulesets/controversial.xml/CamelCasePropertyName" />
37- <rule ref =" rulesets/controversial.xml/CamelCaseMethodName" />
35+ <!-- < rule ref="rulesets/controversial.xml/CamelCaseMethodName"/> -- >
3836 <rule ref =" rulesets/controversial.xml/CamelCaseParameterName" />
3937 <rule ref =" rulesets/controversial.xml/CamelCaseVariableName" />
4038
You can’t perform that action at this time.
0 commit comments