Skip to content

Commit e321985

Browse files
committed
PHPCSDev ruleset: no need for the namespace
As the `PHPCSDev` ruleset - at this time - does not contain any native sniffs, there is no need to have the namespace declared. If/when any native sniffs would be added, this can be revisited.
1 parent 04556f1 commit e321985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPCSDev/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDev" namespace="PHPCSStandards\PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCSDev" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33

44
<description>A PSR-2 based standard for use by sniff developers to check the code style of external PHPCS standards</description>
55

0 commit comments

Comments
 (0)