We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9a08c commit d3912c6Copy full SHA for d3912c6
.php-cs-fixer.php
@@ -16,6 +16,7 @@
16
'no_superfluous_phpdoc_tags' => false,
17
'no_unset_on_property' => false,
18
'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'],
19
+ 'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'alpha'],
20
'php_unit_internal_class' => false,
21
'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
22
'php_unit_test_class_requires_covers' => false,
0 commit comments