Skip to content

Commit

Permalink
DevKit updates (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and greg0ire committed May 9, 2020
1 parent c5a27a6 commit 5102f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $rules = [
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
'no_useless_else' => true,
'no_useless_return' => true,
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
'ordered_class_elements' => true,
'ordered_imports' => true,
'phpdoc_order' => true,
Expand Down

0 comments on commit 5102f8c

Please sign in to comment.