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 Aug 26, 2022
1 parent 77f8ec8 commit 38f478a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CsFixerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
'function_typehint_space' => true,
'lowercase_cast' => true,
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
'modernize_strpos' => true,
'modernize_types_casting' => true,
'native_function_casing' => true,
'new_with_braces' => true,
Expand Down

0 comments on commit 38f478a

Please sign in to comment.