Skip to content

Commit

Permalink
Added php-cs-fixer options
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchRanger committed Sep 2, 2016
1 parent ad992c2 commit 91b9198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
->fixers([
'short_array_syntax',
'align_double_arrow',
'align_equals',
'ordered_use',
'short_array_syntax',
]);

0 comments on commit 91b9198

Please sign in to comment.