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.
1 parent 4debf53 commit fb1275cCopy full SHA for fb1275c
VariableAnalysis/ruleset.xml
@@ -1,4 +1,4 @@
1
<?xml version="1.0"?>
2
-<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="VariableAnalysis" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpcsstandards/PHP_CodeSniffer/master/phpcs.xsd">
+<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="VariableAnalysis" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">
3
<description>Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problematic variable use.</description>
4
</ruleset>
0 commit comments