jhoff / SublimeLinter-contrib-php-cs-fixer

SublimeLinter plugin for php, using php-cs-fixer.
MIT License
8 stars 8 forks source link

Always see the status phpcsfixer(ok) and no error is highlighted #10

Closed Nantris closed 3 years ago

Nantris commented 4 years ago

I've tried adding a new line before <?php, adding double semi-colons, and several other things I'd think would trigger it based on reading the PHP-CS-Fixer documentation and based on my experience with SublimeLinter for JavaScript.

Upon saving the file, nothing happens then either.

Any ideas?

Nantris commented 4 years ago

Auto-indentation occurs on saving, which I think is coming from PHP-CS-Fixer?