Skip to content

Commit

Permalink
Update CS
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 10, 2016
1 parent b0f358b commit b07444c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,20 @@ return Symfony\CS\Config\Config::create()
'phpdoc_no_access',
'-phpdoc_no_empty_return',
'phpdoc_no_package',
'phpdoc_order',
'-phpdoc_params',
'phpdoc_scalar',
'phpdoc_separation',
'phpdoc_short_description',
'phpdoc_to_comment',
'phpdoc_trim',
'phpdoc_type_to_var',
'phpdoc_types',
'phpdoc_var_without_name',
'print_to_echo',
'remove_leading_slash_use',
'remove_lines_between_uses',
'self_accessor',
'short_array_syntax',
'single_array_no_trailing_comma',
'single_blank_line_before_namespace',
Expand Down

0 comments on commit b07444c

Please sign in to comment.