Skip to content

Commit

Permalink
Merge pull request #27 from peter-gribanov/no_superfluous_phpdoc_tags
Browse files Browse the repository at this point in the history
Disable no_superfluous_phpdoc_tags rule of php-cs-fixer
  • Loading branch information
peter-gribanov authored Nov 7, 2019
2 parents 66efe91 + dcb33ae commit 7d882cc
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 @@ -15,6 +15,7 @@ return PhpCsFixer\Config::create()
'header' => $header,
],
'array_syntax' => ['syntax' => 'short'],
'no_superfluous_phpdoc_tags' => false,
'yoda_style' => false,
'ordered_imports' => [
'sort_algorithm' => 'alpha',
Expand Down

0 comments on commit 7d882cc

Please sign in to comment.