aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/phpcbf.lua
AgeCommit message (Collapse)Author
2024-03-15fix(phpcbf): use non-stdin formatting and customize tempfile name (#333)Steven Arcangeli
prev-branch: stevearc-tmpfile-1
2023-12-06refactor!: formatter config functions take self as first argument (#233)Steven Arcangeli
This is a breaking API change, but there is a shim in place that will keep existing functions working, just with a warning notification. Most people should not encounter this at all. For anyone overriding a formatter config value with a function that takes `(ctx)` as the parameter, it will need to be updated to take `(self, ctx)`.
2023-10-03fix: phpcbf invalid stdin-path arguments (#108)Steven Arcangeli
2023-10-03feat: add phpcbf (#103)rawalplawit