From 5f6730612664d508389030dca72ed539c57a6815 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli <506791+stevearc@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:18:56 -0800 Subject: [PATCH] doc: remove redundant mention of formatting in description --- lua/conform/formatters/phpinsights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/conform/formatters/phpinsights.lua b/lua/conform/formatters/phpinsights.lua index 361c68e6..c2575d18 100644 --- a/lua/conform/formatters/phpinsights.lua +++ b/lua/conform/formatters/phpinsights.lua @@ -4,7 +4,7 @@ local util = require("conform.util") return { meta = { url = "https://github.com/nunomaduro/phpinsights", - description = "The perfect starting point to analyze the code quality of your PHP projects with support for auto-formatting.", + description = "The perfect starting point to analyze the code quality of your PHP projects.", }, command = util.find_executable({ "vendor/bin/phpinsights",