Skip to content

Commit 5909f2e

Browse files
committed
Allow 'mixed' PHPdoc tags
1 parent cef1e52 commit 5909f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
->in(__DIR__);
77
$config->setRules([
88
'@PSR1' => true,
9-
'@Symfony' => true
9+
'@Symfony' => true,
10+
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true]
1011
]);
1112

1213
return $config;

0 commit comments

Comments
 (0)