Skip to content

Commit 6634cca

Browse files
committed
Enable php_unit_data_provider_method_order fixer
1 parent 626447c commit 6634cca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CodeIgniter4.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ public function __construct()
388388
'assertNotSame',
389389
],
390390
],
391+
'php_unit_data_provider_method_order' => [
392+
'placement' => 'after',
393+
],
391394
'php_unit_data_provider_name' => [
392395
'prefix' => 'provide',
393396
'suffix' => '',

0 commit comments

Comments
 (0)