Skip to content

Commit

Permalink
updated php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 11, 2019
1 parent b073b34 commit 15481b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-config/php_cs_fixer.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return PhpCsFixer\Config::create()
'fopen_flags' => false,
'protected_to_private' => false,
'combine_nested_dirname' => true,
'phpdoc_align' => 'left',
'phpdoc_align' => ['align' => 'left'],
])
->setRiskyAllowed(true)
->setFinder(
Expand Down

0 comments on commit 15481b0

Please sign in to comment.