Skip to content

Commit a7e0d9a

Browse files
committed
update usage of deprecated rule
1 parent 4a0d977 commit a7e0d9a

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
@@ -35,6 +35,7 @@
3535
'indentation_type' => true,
3636
'is_null' => true,
3737
'line_ending' => true,
38+
'modifier_keywords' => true,
3839
'new_with_parentheses' => true,
3940
'no_extra_blank_lines' => true,
4041
'no_mixed_echo_print' => true,
@@ -64,7 +65,6 @@
6465
],
6566
'trim_array_spaces' => true,
6667
'unary_operator_spaces' => true,
67-
'visibility_required' => true,
6868
'void_return' => true,
6969
'whitespace_after_comma_in_array' => true,
7070
]);

0 commit comments

Comments
 (0)