Skip to content

Commit

Permalink
PHP-CS-Fixer: 'phpdoc_no_alias_tag' changed to 'true' (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leprechaunz authored Apr 21, 2021
1 parent 85cf966 commit 8463285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8463285

Please sign in to comment.