Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 17, 2017
1 parent 2b9795d commit fdc740a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ return PhpCsFixer\Config::create()
'commentType' => 'PHPDoc',
],
'binary_operator_spaces' => [
'align_double_arrow' => null,
'align_equals' => null,
'default' => null,
],
'concat_space' => ['spacing' => 'one'],
'array_syntax' => ['syntax' => 'short'],
Expand All @@ -42,6 +41,8 @@ return PhpCsFixer\Config::create()
'strict_comparison' => true,
'strict_param' => true,
'no_multiline_whitespace_before_semicolons' => true,
'semicolon_after_instruction' => false,
'yoda_style' => false,
))
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit fdc740a

Please sign in to comment.