0

I ran php-cs-fixer self-update on a Mac machine and php-cs-fixer stopped working. No output returned (even with --verbose). Files stay unchanged. I tried reinstalling it (used all possible install options). Tried running with sudo. Still nothing happens. Before update it worked, and now it just does not. Version is 2.3.2 now. Unfortunately, I do not know what version was prior to update. How do I fix my php-cs-fixer?

kuba
  • 3,670
  • 3
  • 31
  • 41
Vasily802
  • 1,703
  • 2
  • 18
  • 35

1 Answers1

0

turns out it was a corrupt .php_cs file in the root of the project. I renamed the file and php-cs-fixer started working

Vasily802
  • 1,703
  • 2
  • 18
  • 35