php-toolbox icon indicating copy to clipboard operation
php-toolbox copied to clipboard

PHP CS Fixer not working :(

Open devdrops opened this issue 8 years ago • 2 comments
trafficstars

Seems that running PHP CS Fixer does not makes any changes to the target files. Why?

Execution:

docker run -it -v $(pwd):/foo -w /foo devdrops/php-toolbox php-cs-fixer fix my/awesome/php/file.php

docker run -it -v $(pwd):/foo -w /foo devdrops/php-toolbox php-cs-fixer fix /foo/my/awesome/php/file.php

devdrops avatar Feb 21 '17 21:02 devdrops

This is still a problem? I tested the PHP CS Fixer service on a project and it seems to have worked normally. What specifically isn't working?

atmosmps avatar May 21 '20 03:05 atmosmps

Fala @atmosmps, tudo certo meu caro?

Até onde me lembro, o problema em questão era ligado à falta de permissão de acesso do php-cs-fixer aos arquivos PHP.

Se puder compartilhar aqui um exemplo de como foi o seu teste, eu agradeço!

devdrops avatar Jun 09 '20 19:06 devdrops

Resolvido :tada:

devdrops avatar Dec 22 '22 20:12 devdrops