Skip to content

Commit

Permalink
Fix php-cs-fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 14, 2016
1 parent 7789778 commit ac5d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ return PhpCsFixer\Config::create()
'no_useless_return' => true,
'ordered_imports' => true,
'phpdoc_order' => true,
'short_array_syntax' => true,
'array_syntax' => ['syntax' => 'short'],
])
->setFinder($finder);

0 comments on commit ac5d396

Please sign in to comment.