diff --git a/.php_cs.dist b/.php_cs.dist index d3cb9864905..5c91b2b833c 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -103,7 +103,7 @@ return PhpCsFixer\Config::create() 'phpdoc_add_missing_param_annotation' => [ 'only_untyped' => true, ], - 'phpdoc_no_alias_tag' => false, // Set the rule to true when https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5357 is fixed + 'phpdoc_no_alias_tag' => true, 'phpdoc_order' => true, 'phpdoc_trim_consecutive_blank_line_separation' => true, 'phpdoc_var_annotation_correct_order' => true,