Closed jhoffmann closed 11 years ago
I was working on a related issue with php-cs-fixer not running properly so I had my console open, and noticed when I was saving phpcs.py that Phpcs was running php-cs-fixer.
It seems to be ignoring the "extensions_to_execute": ["php"] directive.
"extensions_to_execute": ["php"]
Pull request submitted.
I was working on a related issue with php-cs-fixer not running properly so I had my console open, and noticed when I was saving phpcs.py that Phpcs was running php-cs-fixer.
It seems to be ignoring the
"extensions_to_execute": ["php"]
directive.