Skip to content

Commit

Permalink
[TASK] Sync src/CsFixerConfig.php with the latest TYPO3 Core version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 6, 2023
1 parent cc5bbfe commit 67e7af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CsFixerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
'@PER' => true,
'array_syntax' => ['syntax' => 'short'],
'blank_line_after_opening_tag' => true,
'braces' => ['allow_single_line_closure' => true],
'cast_spaces' => ['space' => 'none'],
'compact_nullable_typehint' => true,
'concat_space' => ['spacing' => 'one'],
'declare_equal_normalize' => ['space' => 'none'],
'declare_parentheses' => true,
'dir_constant' => true,
'function_to_constant' => ['functions' => ['get_called_class', 'get_class', 'get_class_this', 'php_sapi_name', 'phpversion', 'pi']],
'function_typehint_space' => true,
Expand Down Expand Up @@ -88,6 +88,7 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'return_type_declaration' => ['space_before' => 'none'],
'single_quote' => true,
'single_space_around_construct' => true,
'single_line_comment_style' => ['comment_types' => ['hash']],
'single_trait_insert_per_statement' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
Expand Down

0 comments on commit 67e7af8

Please sign in to comment.