mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Enable multiline_comment_opening_closing
fixer
This commit is contained in:
parent
6d74db0e82
commit
915190a973
@ -106,7 +106,7 @@ class Entity implements JsonSerializable
|
||||
* Holds info whenever properties have to be casted
|
||||
*
|
||||
* @var bool
|
||||
**/
|
||||
*/
|
||||
private $_cast = true;
|
||||
|
||||
/**
|
||||
|
@ -109,6 +109,7 @@ final class CodeIgniter4 extends AbstractRuleset
|
||||
'magic_method_casing' => true,
|
||||
'mb_str_functions' => false,
|
||||
'modernize_types_casting' => true,
|
||||
'multiline_comment_opening_closing' => true,
|
||||
'no_alias_functions' => ['sets' => ['@all']],
|
||||
'no_short_bool_cast' => true,
|
||||
'no_trailing_comma_in_singleline_array' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user