Skip to content

Commit

Permalink
minor #6389 Update PHP-CS-Fixer config (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Update PHP-CS-Fixer config

Commits
-------

c8bd336 Updte PHP-CS-Fixer config
  • Loading branch information
javiereguiluz committed Jul 27, 2024
2 parents 0129eb9 + c8bd336 commit 6c01f84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
'fopen_flags' => false,
'ordered_imports' => true,
'protected_to_private' => false,
// Part of @Symfony:risky in PHP-CS-Fixer 2.13.0. To be removed from the config file once upgrading
'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced', 'strict' => true],
'native_function_invocation' => ['exclude' => ['sprintf']],
// Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'single_line_throw' => false,
Expand Down

0 comments on commit 6c01f84

Please sign in to comment.