fix(php): php_cs_fixer is the correct name

This commit is contained in:
Iordanis Petkakis 2024-07-11 13:01:13 +03:00
parent 11268d8ff1
commit 18fe82485d

View file

@ -74,13 +74,13 @@ return {
php = { "phpcs" }, php = { "phpcs" },
}, },
}, },
},
{ {
"stevearc/conform.nvim", "stevearc/conform.nvim",
optional = true, optional = true,
opts = { opts = {
formatters_by_ft = { formatters_by_ft = {
php = { "php-cs-fixer" }, php = { "php_cs_fixer" },
},
}, },
}, },
}, },