Skip to content

Commit

Permalink
Updated CS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jul 7, 2020
1 parent a4fb060 commit 17fd2e7
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 @@ -172,7 +172,7 @@ return PhpCsFixer\Config::create()
'order' => 'alpha',
],
'phpdoc_add_missing_param_annotation' => false,
'phpdoc_align' => true,
'phpdoc_align' => ['align' => 'left'],
'phpdoc_annotation_without_dot' => true,
'phpdoc_indent' => true,
'phpdoc_no_access' => true,
Expand Down

0 comments on commit 17fd2e7

Please sign in to comment.