Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP-cs-fixer v3.0.0 support #51

Open
landNull opened this issue Aug 3, 2021 · 1 comment
Open

PHP-cs-fixer v3.0.0 support #51

landNull opened this issue Aug 3, 2021 · 1 comment

Comments

@landNull
Copy link

landNull commented Aug 3, 2021

Was wondering if v3.0 is compatible with this plugin as is or if support for it has yet to be added?

@gigo6000
Copy link

gigo6000 commented Sep 9, 2022

Hopefully the maintainer will provide support in the future, as I workaround I'm adding this to my neovim config (init.lua) and it seems to be working fine for me, I'm using Astro Neovim:

    3     vim.api.nvim_create_autocmd("BufWritePost", {
    2       desc = "Run php-cs-fixer after saving",
    1       command = "silent! !php-cs-fixer fix <afile>",
  314     })

ramonbakker added a commit to ramonbakker/dotfiles that referenced this issue Dec 14, 2023
The vim-php-cs-fixer plugin doesn't support php-cs-fixer version 3 yet: stephpy/vim-php-cs-fixer#51.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants