diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 27b1643cac..8f26621560 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -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,