Skip to content

Commit 082f8f2

Browse files
authored
Update cs fixer config (#695)
1 parent 9ccff9e commit 082f8f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ return PhpCsFixer\Config::create()
2323
'php_unit_construct' => true,
2424
'php_unit_strict' => true,
2525
'phpdoc_no_empty_return' => false,
26+
'no_superfluous_phpdoc_tags' => false,
2627
])
2728
->setUsingCache(true)
2829
->setRiskyAllowed(true)

0 commit comments

Comments
 (0)