Skip to content

Commit

Permalink
Allow voit return types in docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Feb 8, 2020
1 parent b861dad commit 9cc6dee
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 @@ -22,6 +22,7 @@ return PhpCsFixer\Config::create()
'no_useless_else' => true,
'no_useless_return' => true,
'not_operator_with_successor_space' => true,
'phpdoc_no_empty_return' => false,
'phpdoc_order' => true,
'semicolon_after_instruction' => true,
'trailing_comma_in_multiline_array' => false,
Expand Down

0 comments on commit 9cc6dee

Please sign in to comment.