Skip to content

Commit 2ee58dc

Browse files
committed
Replace deprecated visibility_required rule with modifier_keywords
1 parent 6399d2e commit 2ee58dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ protected function prepareRules() : void
298298
'type_declaration_spaces' => ['elements' => ['function', 'property']],
299299
'types_spaces' => ['space' => 'single'],
300300
'unary_operator_spaces' => true,
301-
'visibility_required' => true,
301+
'modifier_keywords' => true,
302302
'void_return' => true,
303303
'whitespace_after_comma_in_array' => [
304304
'ensure_single_space' => true,

0 commit comments

Comments
 (0)