Skip to content

Commit

Permalink
DevKit updates (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 12, 2022
1 parent 1c7f552 commit c3a1fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -52,7 +52,7 @@
'no_useless_return' => true,
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
'ordered_class_elements' => true,
'ordered_imports' => true,
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
'php_unit_method_casing' => false,
'php_unit_set_up_tear_down_visibility' => true,
'php_unit_strict' => true,
Expand Down

0 comments on commit c3a1fa9

Please sign in to comment.