Skip to content

Commit

Permalink
Disable 'no_superfluous_phpdoc_tags' in php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Dec 4, 2019
1 parent 277e33e commit d0cba80
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 @@ -20,6 +20,7 @@ return PhpCsFixer\Config::create()
'linebreak_after_opening_tag' => true,
'new_with_braces' => false,
'no_multiline_whitespace_before_semicolons' => true,
'no_superfluous_phpdoc_tags' => false,
'no_useless_else' => true,
'no_useless_return' => true,
'not_operator_with_successor_space' => true,
Expand Down

0 comments on commit d0cba80

Please sign in to comment.