Skip to content

Commit

Permalink
update php-code-fixer: single_import_per_statement => false
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed May 4, 2020
1 parent 575e0a6 commit d6ec5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ return PhpCsFixer\Config::create()
'php_unit_strict' => true,
'phpdoc_order' => true,
'semicolon_after_instruction' => true,
'single_import_per_statement' => false,
'strict_comparison' => true,
'strict_param' => true,
'concat_space' => ['spacing' => 'one'],
Expand Down

0 comments on commit d6ec5f0

Please sign in to comment.