Skip to content

Commit

Permalink
Add php-cs-fixer config for test annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Sep 4, 2022
1 parent b70107a commit 49f330f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Expand Up @@ -6,6 +6,7 @@
'phpdoc_to_comment' => false,
'phpdoc_align' => false,
'php_unit_method_casing' => false,
'phpdoc_separation' => ['groups' => [['test', 'dataProvider']]],
];

$finder = PhpCsFixer\Finder::create()
Expand Down

0 comments on commit 49f330f

Please sign in to comment.