Skip to content

Commit e75525f

Browse files
committed
Improve configs
1 parent 1f06685 commit e75525f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ruleset
3-
name="HBPro 2.0 coding standard"
3+
name="Coding standard"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
66
>

phpmd.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0"?>
2-
<ruleset name="HBPro 2.0 ruleset"
2+
<ruleset name="Ruleset"
33
xmlns="http://pmd.sf.net/ruleset/1.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
66
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd"
77
>
8-
98
<description>The ruleset for pdepend-summary-formatter.</description>
109

1110
<rule ref="rulesets/codesize.xml" />

psalm.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
findUnusedBaselineEntry="true"
99
findUnusedCode="false"
1010
>
11-
1211
<projectFiles>
1312
<directory name="bin"/>
1413
<directory name="src"/>

0 commit comments

Comments
 (0)