diff --git a/build/config/cs.php b/build/config/cs.php index 65dbbd3..3693b4d 100644 --- a/build/config/cs.php +++ b/build/config/cs.php @@ -27,6 +27,7 @@ 'no_superfluous_elseif' => true, 'no_useless_else' => true, 'phpdoc_types' => true, + 'no_superfluous_phpdoc_tags' => false, 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], 'return_type_declaration' => ['space_before' => 'none'], ])