Skip to content

Commit

Permalink
Update rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 30, 2020
1 parent 9f93f50 commit f0c8c7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/php/phpcsfixer.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ parameters:
no_spaces_after_function_name: true
no_spaces_inside_parenthesis: true
no_superfluous_elseif: true
no_superfluous_phpdoc_tags: false
no_superfluous_phpdoc_tags:
allow_mixed: true
allow_unused_params: false
remove_inheritdoc: false
no_trailing_comma_in_list_call: true
no_trailing_comma_in_singleline_array: true
no_trailing_whitespace_in_comment: true
Expand Down Expand Up @@ -235,7 +238,7 @@ parameters:
call_type: self
php_unit_test_class_requires_covers: true
phpdoc_add_missing_param_annotation:
only_untyped: false
only_untyped: true
phpdoc_align: false
phpdoc_annotation_without_dot: false
phpdoc_indent: true
Expand Down

0 comments on commit f0c8c7e

Please sign in to comment.