5 lines
362 B
XML
5 lines
362 B
XML
<?xml version="1.0"?>
|
|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="VariableAnalysis" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/phpcsstandards/PHP_CodeSniffer/master/phpcs.xsd">
|
|
<description>Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problematic variable use.</description>
|
|
</ruleset>
|