Enable multiline_comment_opening_closing fixer

This commit is contained in:
John Paul E. Balandan, CPA 2021-06-17 00:58:17 +08:00
parent 6d74db0e82
commit 915190a973
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Entity implements JsonSerializable
* Holds info whenever properties have to be casted
*
* @var bool
**/
*/
private $_cast = true;
/**

View File

@ -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,