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 e60de54 commit 5b9385dCopy full SHA for 5b9385d
.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