From 25e7d534e7f466cb0f97c2065b3264f0dccc931a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 19 May 2025 15:27:04 +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 --- PHPCSUtils/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCSUtils/ruleset.xml b/PHPCSUtils/ruleset.xml index eefc6dbb..72cf3b45 100644 --- a/PHPCSUtils/ruleset.xml +++ b/PHPCSUtils/ruleset.xml @@ -1,4 +1,4 @@ - + Utility methods for external PHPCS standards.