Skip to content

Commit

Permalink
Fix cs-fixer config for 2.0 Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi authored Nov 13, 2016
1 parent 526418c commit 062e204
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 @@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
'concat_with_spaces' => true,
'phpdoc_short_description' => false,
'phpdoc_order' => true,
'short_array_syntax' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => true,
'simplified_null_return' => false,
'header_comment' => [
Expand Down

0 comments on commit 062e204

Please sign in to comment.