Skip to content

Commit

Permalink
Allow 'mixed' PHPdoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Dec 11, 2023
1 parent 2860a5e commit e6b625c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
->in(__DIR__);
$config->setRules([
'@PSR1' => true,
'@Symfony' => true
'@Symfony' => true,
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true]
]);

return $config;

0 comments on commit e6b625c

Please sign in to comment.