no_superfluous_phpdoc_tags=true is too agressive. Some "superfluous" phpdoc tags are extremely useful for IDE type hinting.
This commit is contained in:
parent
3f37418c44
commit
f82cc93d01
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ return (new PhpCsFixer\Config())
|
|||
'no_php4_constructor' => true,
|
||||
'no_unused_imports' => true,
|
||||
'no_useless_else' => true,
|
||||
'no_superfluous_phpdoc_tags' => true,
|
||||
'no_superfluous_phpdoc_tags' => false,
|
||||
'void_return' => true,
|
||||
'yoda_style' => false,
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue