Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
fix cs config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Nov 29, 2019
1 parent 1680f35 commit 3922d7e
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 @@ -19,7 +19,7 @@ return PhpCsFixer\Config::create()
'dir_constant' => 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 3922d7e

Please sign in to comment.