Skip to content

Commit

Permalink
Merge pull request #1 from prolic/patch-1
Browse files Browse the repository at this point in the history
Update .php_cs
  • Loading branch information
codeliner committed Nov 22, 2015
2 parents 98bf281 + 03cd998 commit c549816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
->in('config')
->in('view')
->in('tests')
->in('scripts')
->in('migrations');
$config = Symfony\CS\Config\Config::create();
$config->level(null);
Expand Down

0 comments on commit c549816

Please sign in to comment.