TIA and this is driving me insane and resources on the web don't appear to be my specific issue.
I have installed PHP CS Fixer globally via Composer:
php-cs-fixer --version
= PHP CS Fixer 2.14.2 Sunrise by Fabien Potencier and Darius Ruminski
Adjusted PHP CS Fixer to run locally and pointed to the .bat file...validation came back fine:
Now when I run my Inspect Code, PHP CS Fixer shows the problems but when I click the lightbulb to fix them...the issues go away from the inspection but the problems are still there in the file itself (re-running it shows the same issues and the file is unchanged).
Nothing is firing in my Event Logs to help diagnose was is/isn't going on :/
Using PHP CS Fixer 2.14.2
and PhpStorm 2018.3.4