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 since4ecd616
. It has since been replaced by phpcbf (provided by squizlabs/php_codesniffer). Amend:4ecd616cd8
This commit is contained in:
parent
b08c2c745f
commit
d81f1862f7
2 changed files with 2 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue