File tree 29 files changed +86
-28
lines changed
29 files changed +86
-28
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ For a full diff see [`6.43.1...main`][6.43.1...main].
12
12
13
13
- Updated ` friendsofphp/php-cs-fixer ` ([ #1177 ] ), by [ @dependabot ]
14
14
- Added ` constant ` to ` elements ` option of ` type_declaration_spaces ` fixer ([ #1178 ] ), by [ @localheinz ]
15
+ - Enabled and configured ` php_unit_data_provider_method_order ` fixer ([ #1179 ] ), by [ @localheinz ]
15
16
16
17
## [ ` 6.43.1 ` ] [ 6.43.1 ]
17
18
@@ -1884,6 +1885,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
1884
1885
[ #1173 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1173
1885
1886
[ #1177 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1177
1886
1887
[ #1178 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1178
1888
+ [ #1179 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1179
1887
1889
1888
1890
[ @dependabot ] : https://github.com/apps/dependabot
1889
1891
[ @linuxjuggler ] : https://github.com/linuxjuggler
Original file line number Diff line number Diff line change @@ -487,7 +487,9 @@ public static function create(): RuleSet
487
487
'assertSame ' ,
488
488
],
489
489
],
490
- 'php_unit_data_provider_method_order ' => false ,
490
+ 'php_unit_data_provider_method_order ' => [
491
+ 'placement ' => 'after ' ,
492
+ ],
491
493
'php_unit_data_provider_name ' => false ,
492
494
'php_unit_data_provider_return_type ' => false ,
493
495
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -488,7 +488,9 @@ public static function create(): RuleSet
488
488
'assertSame ' ,
489
489
],
490
490
],
491
- 'php_unit_data_provider_method_order ' => false ,
491
+ 'php_unit_data_provider_method_order ' => [
492
+ 'placement ' => 'after ' ,
493
+ ],
492
494
'php_unit_data_provider_name ' => false ,
493
495
'php_unit_data_provider_return_type ' => false ,
494
496
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => false ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => false ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => false ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => true ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => true ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => true ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -494,7 +494,9 @@ public static function create(): RuleSet
494
494
'assertSame ' ,
495
495
],
496
496
],
497
- 'php_unit_data_provider_method_order ' => false ,
497
+ 'php_unit_data_provider_method_order ' => [
498
+ 'placement ' => 'after ' ,
499
+ ],
498
500
'php_unit_data_provider_name ' => false ,
499
501
'php_unit_data_provider_return_type ' => true ,
500
502
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -509,7 +509,9 @@ public static function create(): RuleSet
509
509
'assertSame ' ,
510
510
],
511
511
],
512
- 'php_unit_data_provider_method_order ' => false ,
512
+ 'php_unit_data_provider_method_order ' => [
513
+ 'placement ' => 'after ' ,
514
+ ],
513
515
'php_unit_data_provider_name ' => false ,
514
516
'php_unit_data_provider_return_type ' => true ,
515
517
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -511,7 +511,9 @@ public static function create(): RuleSet
511
511
'assertSame ' ,
512
512
],
513
513
],
514
- 'php_unit_data_provider_method_order ' => false ,
514
+ 'php_unit_data_provider_method_order ' => [
515
+ 'placement ' => 'after ' ,
516
+ ],
515
517
'php_unit_data_provider_name ' => false ,
516
518
'php_unit_data_provider_return_type ' => true ,
517
519
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -511,7 +511,9 @@ public static function create(): RuleSet
511
511
'assertSame ' ,
512
512
],
513
513
],
514
- 'php_unit_data_provider_method_order ' => false ,
514
+ 'php_unit_data_provider_method_order ' => [
515
+ 'placement ' => 'after ' ,
516
+ ],
515
517
'php_unit_data_provider_name ' => false ,
516
518
'php_unit_data_provider_return_type ' => true ,
517
519
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -511,7 +511,9 @@ public static function create(): RuleSet
511
511
'assertSame ' ,
512
512
],
513
513
],
514
- 'php_unit_data_provider_method_order ' => false ,
514
+ 'php_unit_data_provider_method_order ' => [
515
+ 'placement ' => 'after ' ,
516
+ ],
515
517
'php_unit_data_provider_name ' => false ,
516
518
'php_unit_data_provider_return_type ' => true ,
517
519
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -511,7 +511,9 @@ public static function create(): RuleSet
511
511
'assertSame ' ,
512
512
],
513
513
],
514
- 'php_unit_data_provider_method_order ' => false ,
514
+ 'php_unit_data_provider_method_order ' => [
515
+ 'placement ' => 'after ' ,
516
+ ],
515
517
'php_unit_data_provider_name ' => false ,
516
518
'php_unit_data_provider_return_type ' => true ,
517
519
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -510,7 +510,9 @@ protected function expectedRules(): Rules
510
510
'assertSame ' ,
511
511
],
512
512
],
513
- 'php_unit_data_provider_method_order ' => false ,
513
+ 'php_unit_data_provider_method_order ' => [
514
+ 'placement ' => 'after ' ,
515
+ ],
514
516
'php_unit_data_provider_name ' => false ,
515
517
'php_unit_data_provider_return_type ' => false ,
516
518
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -511,7 +511,9 @@ protected function expectedRules(): Rules
511
511
'assertSame ' ,
512
512
],
513
513
],
514
- 'php_unit_data_provider_method_order ' => false ,
514
+ 'php_unit_data_provider_method_order ' => [
515
+ 'placement ' => 'after ' ,
516
+ ],
515
517
'php_unit_data_provider_name ' => false ,
516
518
'php_unit_data_provider_return_type ' => false ,
517
519
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => false ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => false ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => false ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => true ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => true ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => true ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -517,7 +517,9 @@ protected function expectedRules(): Rules
517
517
'assertSame ' ,
518
518
],
519
519
],
520
- 'php_unit_data_provider_method_order ' => false ,
520
+ 'php_unit_data_provider_method_order ' => [
521
+ 'placement ' => 'after ' ,
522
+ ],
521
523
'php_unit_data_provider_name ' => false ,
522
524
'php_unit_data_provider_return_type ' => true ,
523
525
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -532,7 +532,9 @@ protected function expectedRules(): Rules
532
532
'assertSame ' ,
533
533
],
534
534
],
535
- 'php_unit_data_provider_method_order ' => false ,
535
+ 'php_unit_data_provider_method_order ' => [
536
+ 'placement ' => 'after ' ,
537
+ ],
536
538
'php_unit_data_provider_name ' => false ,
537
539
'php_unit_data_provider_return_type ' => true ,
538
540
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -534,7 +534,9 @@ protected function expectedRules(): Rules
534
534
'assertSame ' ,
535
535
],
536
536
],
537
- 'php_unit_data_provider_method_order ' => false ,
537
+ 'php_unit_data_provider_method_order ' => [
538
+ 'placement ' => 'after ' ,
539
+ ],
538
540
'php_unit_data_provider_name ' => false ,
539
541
'php_unit_data_provider_return_type ' => true ,
540
542
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -534,7 +534,9 @@ protected function expectedRules(): Rules
534
534
'assertSame ' ,
535
535
],
536
536
],
537
- 'php_unit_data_provider_method_order ' => false ,
537
+ 'php_unit_data_provider_method_order ' => [
538
+ 'placement ' => 'after ' ,
539
+ ],
538
540
'php_unit_data_provider_name ' => false ,
539
541
'php_unit_data_provider_return_type ' => true ,
540
542
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -534,7 +534,9 @@ protected function expectedRules(): Rules
534
534
'assertSame ' ,
535
535
],
536
536
],
537
- 'php_unit_data_provider_method_order ' => false ,
537
+ 'php_unit_data_provider_method_order ' => [
538
+ 'placement ' => 'after ' ,
539
+ ],
538
540
'php_unit_data_provider_name ' => false ,
539
541
'php_unit_data_provider_return_type ' => true ,
540
542
'php_unit_data_provider_static ' => [
Original file line number Diff line number Diff line change @@ -534,7 +534,9 @@ protected function expectedRules(): Rules
534
534
'assertSame ' ,
535
535
],
536
536
],
537
- 'php_unit_data_provider_method_order ' => false ,
537
+ 'php_unit_data_provider_method_order ' => [
538
+ 'placement ' => 'after ' ,
539
+ ],
538
540
'php_unit_data_provider_name ' => false ,
539
541
'php_unit_data_provider_return_type ' => true ,
540
542
'php_unit_data_provider_static ' => [
You can’t perform that action at this time.
0 commit comments