Skip to content

Commit fa57ddd

Browse files
committed
Change protected properties and methods to private when possible
1 parent bd10834 commit fa57ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public function __construct()
237237
'phpdoc_var_annotation_correct_order' => true,
238238
'phpdoc_var_without_name' => true,
239239
'pow_to_exponentiation' => true,
240+
'protected_to_private' => true,
240241
'set_type_to_cast' => true,
241242
'short_scalar_cast' => true,
242243
'standardize_increment' => true,

0 commit comments

Comments
 (0)