We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f4637 + 5c33280 commit cba7004Copy full SHA for cba7004
1 file changed
PHPCompatibilityPasswordCompat/ruleset.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0"?>
2
-<ruleset name="PHPCompatibilityPasswordCompat">
+<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHPCompatibilityPasswordCompat" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">
3
+
4
<description>PHPCompatibility ruleset for PHP_CodeSniffer which accounts for polyfills provided by ircmaxell's password_compat library.</description>
5
6
<rule ref="PHPCompatibility">
0 commit comments