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 Jun 4, 2024
1 parent cef1e52 commit 5909f2e
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 5909f2e

Please sign in to comment.