refactor(php): remove php-cs-fixer

This removes the php-cs-fixer.el package. This is not a breaking change
because the package hasn't been this module's default formatter since
4ecd616. It has since been replaced by phpcbf (provided by
squizlabs/php_codesniffer).

Amend: 4ecd616cd8
This commit is contained in:
Henrik Lissner 2024-07-05 17:53:55 -04:00
parent b08c2c745f
commit d81f1862f7
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 2 additions and 10 deletions

View file

@ -20,8 +20,5 @@
(when (modulep! :completion company)
(package! company-phpactor :pin "6b5269ff82785a9bd1e648b2f91e5128353d5a67")))
(when (modulep! :editor format)
(package! php-cs-fixer :pin "efe4368d891f1eec6311363cfd6be3e9eadb5e0a"))
;; For building php-extras
(package! async :pin "cff2bd0be3c78a2eb76717eed60302972fe9b8c5")