Skip to content

Instantly share code, notes, and snippets.

@simshaun
Created November 2, 2016 22:06
Show Gist options
  • Save simshaun/632830faf8524179582a7a1d2c6f2f3d to your computer and use it in GitHub Desktop.
Save simshaun/632830faf8524179582a7a1d2c6f2f3d to your computer and use it in GitHub Desktop.
.php_cs used in my Symfony projects
<?php
$finder = PhpCsFixer\Finder::create()
->in(__DIR__.'/backend/src')
->in(__DIR__.'/backend/tests');
return PhpCsFixer\Config::create()
->finder($finder);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment