Skip to content

Commit

Permalink
plugins/efmls-configs: use php-codesniffer package instead of depreca…
Browse files Browse the repository at this point in the history
…ted phpcbf
  • Loading branch information
GaetanLepage committed Feb 28, 2024
1 parent 07e690a commit bb9d560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/lsp/language-servers/efmls-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ with lib; let
;
inherit
(phpPackages)
phpcbf
phan
phpcs
phpstan
psalm
;
Expand Down Expand Up @@ -124,7 +122,9 @@ with lib; let
lua_format = luaformatter;
markdownlint = markdownlint-cli;
mcs = mono;
phpcbf = phpPackages.php-codesniffer;
php_cs_fixer = phpPackages.php-cs-fixer;
phpcs = phpPackages.php-codesniffer;
prettier_d = prettierd;
slither = slither-analyzer;
staticcheck = go-tools;
Expand Down

0 comments on commit bb9d560

Please sign in to comment.