Skip to content

Commit

Permalink
doc: remove redundant mention of formatting in description
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc authored Nov 12, 2023
1 parent b72b9a6 commit 5f67306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/phpinsights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5f67306

Please sign in to comment.