Skip to content

Commit 595494e

Browse files
authored
Merge pull request #46 from PHPCompatibility/feature/ruleset-add-schema-url
Ruleset file: add schema tags to the ruleset
2 parents bfcc514 + a7ad1f1 commit 595494e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PHPCompatibilityJoomla/ruleset.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<ruleset name="PHPCompatibilityJoomla">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCompatibilityJoomla" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">
3+
34
<description>Joomla specific ruleset which checks for PHP cross version compatibility.</description>
45

56
<!--

0 commit comments

Comments
 (0)