aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/pretty-php.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-11-14 23:07:58 -0800
committerSteven Arcangeli <stevearc@stevearc.com>2023-11-14 23:08:02 -0800
commit5c785a2e3fa6a701cd98a570b87304b8be7a2dfc (patch)
treeabfb7d1aa2bf883e3a76d8bd04fbcd495fc6bf7a /lua/conform/formatters/pretty-php.lua
parentbf3b76bae090217d37cd9298470cdd548a514f21 (diff)
doc: normalize the formatting of formatter descriptions
Diffstat (limited to 'lua/conform/formatters/pretty-php.lua')
-rw-r--r--lua/conform/formatters/pretty-php.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/pretty-php.lua b/lua/conform/formatters/pretty-php.lua
index bf902dd..270a8d6 100644
--- a/lua/conform/formatters/pretty-php.lua
+++ b/lua/conform/formatters/pretty-php.lua
@@ -4,7 +4,7 @@ local util = require("conform.util")
return {
meta = {
url = "https://github.com/lkrms/pretty-php",
- description = "The opinionated PHP code formatter",
+ description = "The opinionated PHP code formatter.",
},
command = util.find_executable({
"vendor/bin/pretty-php",