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 3af64e4 commit ca6d2f0Copy full SHA for ca6d2f0
.php-cs-fixer.dist.php
@@ -80,6 +80,7 @@
80
'method_argument_space' => true,
81
'method_chaining_indentation' => true,
82
'modernize_types_casting' => true,
83
+ 'modifier_keywords' => ['elements' => ['property', 'method']], // not const
84
'multiline_comment_opening_closing' => true,
85
'multiline_whitespace_before_semicolons' => true,
86
'native_constant_invocation' => false, // Micro optimization that look messy
@@ -218,7 +219,6 @@
218
219
'trailing_comma_in_multiline' => true,
220
'trim_array_spaces' => true,
221
'unary_operator_spaces' => true,
- 'visibility_required' => ['elements' => ['property', 'method']], // not const
222
'void_return' => true,
223
'whitespace_after_comma_in_array' => true,
224
'yoda_style' => false,
0 commit comments