python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PhpStorm run cmd on save
I have an environment under Windows 11 with WSL and Docker. I use PhpStorm. My projects use phpfmt.
I would like when I save any file to run composer fmt command based on php-cs-fixer.
My project is i...
Cohchi
Votes: 0
Answers: 0
How to undo after php-cs-fixer
I am looking for a way to undo php-cs-fixer fix
I did
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --diff
and a whole files on project fixed indent.
Is there any way to restore the original fil...

conny
Votes: 0
Answers: 0
php-cs-fixer does not work on visual studio
I am trying to use "php-cs-fixer" plugin with visual studio code.
I read this topic : topic
I followed all the steps. When I try to format the code, I see a brief message in the bottom tool ...

Dom
Votes: 0
Answers: 1
PHP-CS-Fixer in VsCode I don't think it's formatting properly
I usually code in PHP, but I have a very simple html code and it's in a broken structure. It can get worse when I try to fix it with php-cs-fixer. It keeps some elements like "i" on the same...

DCYılmaz
Votes: 0
Answers: 1