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 36fea83 commit 0ceac03Copy full SHA for 0ceac03
src/Config.php
@@ -219,6 +219,10 @@ protected function prepareRules() : void
219
'sort_algorithm' => 'none',
220
],
221
'ordered_imports' => true,
222
+ 'ordered_types' => [
223
+ 'case_sensitive' => true,
224
+ 'null_adjustment' => 'always_last',
225
+ ],
226
'php_unit_construct' => true,
227
'phpdoc_add_missing_param_annotation' => true,
228
'phpdoc_align' => false,
0 commit comments