Skip to content

Commit 85c088a

Browse files
committed
Updates php cs fixer ruleset
1 parent 5186a68 commit 85c088a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return PhpCsFixer\Config::create()
1010
'ternary_to_null_coalescing' => true,
1111
'no_useless_else' => true,
1212
'no_useless_return' => true,
13+
'no_superfluous_phpdoc_tags' => false,
1314
// Risky Rules
1415
'pow_to_exponentiation' => true,
1516
'psr4' => true,

0 commit comments

Comments
 (0)