We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0d977 commit a7e0d9aCopy full SHA for a7e0d9a
1 file changed
.php-cs-fixer.dist.php
@@ -35,6 +35,7 @@
35
'indentation_type' => true,
36
'is_null' => true,
37
'line_ending' => true,
38
+ 'modifier_keywords' => true,
39
'new_with_parentheses' => true,
40
'no_extra_blank_lines' => true,
41
'no_mixed_echo_print' => true,
@@ -64,7 +65,6 @@
64
65
],
66
'trim_array_spaces' => true,
67
'unary_operator_spaces' => true,
- 'visibility_required' => true,
68
'void_return' => true,
69
'whitespace_after_comma_in_array' => true,
70
]);
0 commit comments