Skip to content

Commit 5b9385d

Browse files
committed
Disallow "stringable_for_to_string" CS rule
1 parent e60de54 commit 5b9385d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
'self_accessor' => true,
8181
'static_lambda' => true,
8282
'strict_param' => true,
83+
// @todo: Change the following rule to `true` when support for PHP < 8 is dropped.
84+
'stringable_for_to_string' => false,
8385
'ternary_to_null_coalescing' => true,
8486
'trailing_comma_in_multiline' => [
8587
'elements' => [

0 commit comments

Comments
 (0)