Skip to content

Commit b57505f

Browse files
author
github-actions
committed
[TASK] Sync src/CsFixerConfig.php with the latest TYPO3 Core version
1 parent af14274 commit b57505f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CsFixerConfig.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
7979
'no_unused_imports' => true,
8080
'no_useless_else' => true,
8181
'no_useless_nullsafe_operator' => true,
82+
'nullable_type_declaration' => [
83+
'syntax' => 'question_mark',
84+
],
85+
'nullable_type_declaration_for_default_null_value' => true,
8286
'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'],
8387
'php_unit_construct' => ['assertions' => ['assertEquals', 'assertSame', 'assertNotEquals', 'assertNotSame']],
8488
'php_unit_mock_short_will_return' => true,

0 commit comments

Comments
 (0)