clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<ruleset name="VariableAnalysis">
<description>Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problematic variable use.</description>
<!-- If you want everything, with the defaults, just include this line -->
<rule ref="VariableAnalysis"/>
<!--
You can also refer to specific sniff codes to customize or disable them. See the README for a list of the available codes.
There are also many options that can be set to change the behavior of this sniff. See the "Customization" section of the README.
-->
</ruleset>