Skip to content

Commit 6fd0393

Browse files
Update phpcs.xml
1 parent 9b2bee6 commit 6fd0393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ruleset name="TrayDigita Coding Standard" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
2+
<ruleset name="Php DNS Client Coding Standard" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
33
<description>Php Dns Client Coding Standard</description>
44
<!-- Display Progress -->
55
<arg value="p"/>
@@ -57,4 +57,4 @@
5757
<!-- we use strict! disallow equal operator, use identical for better code -->
5858
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators"/>
5959
</ruleset>
60-
<!-- end -->
60+
<!-- end -->

0 commit comments

Comments
 (0)