File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ After saving the model is verified that the file (or files) have link to the cur
48
48
### Coding Standard
49
49
50
50
- PHP Code Sniffer — [ phpcs.xml] ( ./phpcs.xml )
51
- - PHP Mess Detector — [ ruleset .xml] ( ./ruleset .xml )
51
+ - PHP Mess Detector — [ phpmd .xml] ( ./phpmd .xml )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <ruleset name =" PHPMD config "
2
+ <ruleset name =" PHPMD"
3
3
xmlns =" http://pmd.sf.net/ruleset/1.0.0"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0
6
6
http://pmd.sf.net/ruleset_xml_schema.xsd"
7
7
xsi : noNamespaceSchemaLocation ="
8
8
http://pmd.sf.net/ruleset_xml_schema.xsd" >
9
- <description >
10
- PHPMD config
11
- </description >
9
+ <description >Rules</description >
12
10
13
11
<rule ref =" rulesets/unusedcode.xml" />
14
12
<rule ref =" rulesets/controversial.xml" />
You can’t perform that action at this time.
0 commit comments