nunomaduro / phpinsights

🔰 Instant PHP quality checks from your console
https://phpinsights.com
MIT License
5.27k stars 281 forks source link

Add Rector wrapper #200

Open nunomaduro opened 5 years ago

nunomaduro commented 5 years ago
Q A
Bug report? no
Feature request? yes
Library version latest

Project: https://github.com/rectorphp/rector.

Rector is a reconstructor tool - it does instant upgrades and instant refactoring of your code. Why doing it manually if 80% Rector can handle for you?

olivernybroe commented 5 years ago

So this adds support for running phpcs and also create files which just does refactoring?

Or does it not run phpcs fixers?