Skip to content

Commit

Permalink
fix cs config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Nov 29, 2019
1 parent db3b43c commit 823542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs
Expand Up @@ -20,7 +20,7 @@ return PhpCsFixer\Config::create()
'final_class' => true,
'is_null' => true,
'linebreak_after_opening_tag' => true,
'list_syntax' => true,
'list_syntax' => ['syntax' => 'short'],
'method_chaining_indentation' => false,
'no_php4_constructor' => true,
'ordered_interfaces' => true,
Expand Down

0 comments on commit 823542f

Please sign in to comment.