I've tried to implement support for FriendsOfPHP/PHP-CS-Fixer, but there are a few issues that prevent me from completing it: - No real ability to specify files to look through (there's https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4279 but it doesn't work without a config) - No detailed output. It only shows me a list of files that are invalid, but no line numbers or anything.
I've tried to implement support for FriendsOfPHP/PHP-CS-Fixer, but there are a few issues that prevent me from completing it: