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", {
optional = true, "stevearc/conform.nvim",
opts = { optional = true,
formatters_by_ft = { opts = {
php = { "php-cs-fixer" }, formatters_by_ft = {
}, php = { "php_cs_fixer" },
}, },
}, },
}, },