Skip to content

Commit d22c84b

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable ordered_types fixer
1 parent 519b683 commit d22c84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
'order' => 'alpha',
234234
],
235235
'ordered_traits' => true,
236+
'ordered_types' => true,
236237
'php_unit_set_up_tear_down_visibility' => true,
237238
'php_unit_test_case_static_method_calls' => [
238239
'call_type' => 'this',

0 commit comments

Comments
 (0)