Skip to content

Commit cb97e1e

Browse files
committed
Add php_unit_data_provider_name in overrides
1 parent 06e5089 commit cb97e1e

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
]);
4545

4646
$overrides = [
47+
'php_unit_data_provider_name' => [
48+
'prefix' => 'provide',
49+
'suffix' => '',
50+
],
4751
'php_unit_data_provider_return_type' => true,
4852
'no_extra_blank_lines' => [
4953
'tokens' => [

.php-cs-fixer.no-header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
]);
3131

3232
$overrides = [
33+
'php_unit_data_provider_name' => [
34+
'prefix' => 'provide',
35+
'suffix' => '',
36+
],
3337
'php_unit_data_provider_return_type' => true,
3438
'no_extra_blank_lines' => [
3539
'tokens' => [

.php-cs-fixer.user-guide.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
'use',
5454
],
5555
],
56+
'php_unit_data_provider_name' => [
57+
'prefix' => 'provide',
58+
'suffix' => '',
59+
],
5660
];
5761

5862
$options = [

0 commit comments

Comments
 (0)