Skip to content

Commit

Permalink
[TASK] Update coding style rules
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Mar 14, 2018
1 parent 8c5c6d1 commit 73e53b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ return PhpCsFixer\Config::create()
'no_whitespace_before_comma_in_array' => true,
'no_whitespace_in_blank_line' => true,
'normalize_index_brace' => true,
'object_operator_without_whitespace' => true,
'ordered_imports' => true,
'phpdoc_add_missing_param_annotation' => true,
'phpdoc_annotation_without_dot' => true,
Expand Down
1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ enabled:
- no_whitespace_before_comma_in_array
- no_whitespace_in_blank_line
- normalize_index_brace
- object_operator_without_whitespace
- phpdoc_add_missing_param_annotation
- phpdoc_annotation_without_dot
- phpdoc_indent
Expand Down

0 comments on commit 73e53b5

Please sign in to comment.