From 395fbdf4cc45aeebcf82f193b78f1887f5249600 Mon Sep 17 00:00:00 2001 From: Travis Carden Date: Wed, 13 Sep 2023 10:46:57 -0400 Subject: [PATCH] Fix custom script description in composer.json. [skip ci] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0708b5c70..5d0104726 100644 --- a/composer.json +++ b/composer.json @@ -149,7 +149,7 @@ "phpcs": "[cs] Checks code for standards compliance", "phpmd": "[md] Looks for potential problems within the source code", "phpstan": "[stan] Analyzes code to find bugs", - "psalm": "Automatically fixes Psalm errors where possible", + "psalm": "Finds type-related bugs", "rector": "Instantly upgrade and automatically refactors PHP code", "stan": "[phpstan] Analyzes code to find bugs", "static": "Runs all static analysis tools",