diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index e83726b47..a7481fdb0 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -80,6 +80,8 @@ 'self_accessor' => true, 'static_lambda' => true, 'strict_param' => true, + // @todo: Change the following rule to `true` when support for PHP < 8 is dropped. + 'stringable_for_to_string' => false, 'ternary_to_null_coalescing' => true, 'trailing_comma_in_multiline' => [ 'elements' => [