From 33972140142645e6f4a0408a4978794623d03945 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 14 Nov 2023 00:07:28 +0100 Subject: [PATCH] Composer: update description ... to get rid of weird phrasing. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a603019..f4ce4f3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name" : "phpcsstandards/phpcsdevcs", - "description" : "Sane ruleset for the code in external standards for PHP_CodeSniffer.", + "description" : "Coding Standards ruleset for the code in external standards for PHP_CodeSniffer.", "type" : "phpcodesniffer-standard", "keywords" : [ "phpcs", "static analysis", "php_codesniffer", "phpcodesniffer-standard" ], "license" : "LGPL-3.0-or-later",