Skip to content

Commit 6712982

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 4eb2e6e commit 6712982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'no_useless_return' => true,
4646
'no_superfluous_elseif' => true,
4747
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true, 'remove_inheritdoc' => true],
48-
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
48+
'nullable_type_declaration_for_default_null_value' => true,
4949
'ordered_class_elements' => true,
5050
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
5151
'phpdoc_order' => ['order' => ['var', 'param', 'throws', 'return', 'phpstan-var', 'psalm-var', 'phpstan-param', 'psalm-param', 'phpstan-return', 'psalm-return']],

0 commit comments

Comments
 (0)