diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index 61f3ce303..c56946502 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -12,3 +12,6 @@ (unless (featurep! +lsp) (package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*")))) + +(when (featurep! :editor format) + (package! php-cs-fixer))