Skip to content

Commit

Permalink
Minor cs-fixer rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Dec 9, 2016
1 parent 5017337 commit b912718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'psr0' => false,
'concat_without_spaces' => false,
'concat_space' => ['spacing' => 'one'],
'phpdoc_short_description' => false,
'phpdoc_summary' => false,
'phpdoc_annotation_without_dot' => false,
'phpdoc_order' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => true,
Expand Down

0 comments on commit b912718

Please sign in to comment.