scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

PHP CS Fixer should update files with errors. #55

Open ghost opened 11 years ago

ghost commented 11 years ago

I would expect the PHP CS Fixer tool to actually be able to update code that is incorrect, it does not do this at the moment.

stof commented 11 years ago

It does. Look at the patches tab of the inspection to get the patches (which is available only when at least 1 patch is available)

schmittjoh commented 11 years ago

The idea was to optionally allow Scrutinizer to update files when it is run locally.

ghost commented 11 years ago

Yep, this is for when you run Scrutinizer locally, I should have been more clear.