We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f26a3f commit 3ad610fCopy full SHA for 3ad610f
.php-cs-fixer.dist.php
@@ -80,6 +80,8 @@
80
'self_accessor' => true,
81
'static_lambda' => true,
82
'strict_param' => true,
83
+ // @todo: Change the following rule to `true` when support for PHP < 8 is dropped.
84
+ 'stringable_for_to_string' => false,
85
'ternary_to_null_coalescing' => true,
86
'trailing_comma_in_multiline' => [
87
'elements' => [
0 commit comments