Fillip
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited How do you configure PHP-CS-Fixer?
I've added a .php_cs file to my project's root folder, containing this: <?php$finder = PhpCsFixer\Finder::create() ->exclude('.repositories') ->in(__DIR__);return PhpCsFixer\Config::create() ...