Skip to content

Commit ca6d2f0

Browse files
committed
Replace obsolete php-cs-fixer option
1 parent 3af64e4 commit ca6d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'method_argument_space' => true,
8181
'method_chaining_indentation' => true,
8282
'modernize_types_casting' => true,
83+
'modifier_keywords' => ['elements' => ['property', 'method']], // not const
8384
'multiline_comment_opening_closing' => true,
8485
'multiline_whitespace_before_semicolons' => true,
8586
'native_constant_invocation' => false, // Micro optimization that look messy
@@ -218,7 +219,6 @@
218219
'trailing_comma_in_multiline' => true,
219220
'trim_array_spaces' => true,
220221
'unary_operator_spaces' => true,
221-
'visibility_required' => ['elements' => ['property', 'method']], // not const
222222
'void_return' => true,
223223
'whitespace_after_comma_in_array' => true,
224224
'yoda_style' => false,

0 commit comments

Comments
 (0)