Skip to content

Commit d3912c6

Browse files
committed
Update CS Fixer rules
1 parent 9f9a08c commit d3912c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'no_superfluous_phpdoc_tags' => false,
1717
'no_unset_on_property' => false,
1818
'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'],
19+
'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'alpha'],
1920
'php_unit_internal_class' => false,
2021
'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
2122
'php_unit_test_class_requires_covers' => false,

0 commit comments

Comments
 (0)