Skip to content

Commit cba7004

Browse files
authored
Merge pull request #38 from PHPCompatibility/feature/ruleset-add-schema-url
Ruleset file: add schema tags to the ruleset
2 parents f0f4637 + 5c33280 commit cba7004

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PHPCompatibilityPasswordCompat/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="PHPCompatibilityPasswordCompat">
2+
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCompatibilityPasswordCompat" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">
3+
34
<description>PHPCompatibility ruleset for PHP_CodeSniffer which accounts for polyfills provided by ircmaxell's password_compat library.</description>
45

56
<rule ref="PHPCompatibility">

0 commit comments

Comments
 (0)