From 83292cb82324e25a5353771522d88bcbb92a8dee Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 19 May 2025 18:19:01 +0200 Subject: [PATCH] Ruleset: update schema URL PHPCS now offers permalinks for the schema. Refs: * PHPCSStandards/PHP_CodeSniffer 1094 * https://github.com/PHPCSStandards/schema.phpcodesniffer.com --- VariableAnalysis/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VariableAnalysis/ruleset.xml b/VariableAnalysis/ruleset.xml index 62beef8..e3f2511 100644 --- a/VariableAnalysis/ruleset.xml +++ b/VariableAnalysis/ruleset.xml @@ -1,4 +1,4 @@ - + Plugin for PHP_CodeSniffer static analysis tool that adds analysis of problematic variable use.