From 60d905a97bdafd9eb501e6f89cc5c899c7fda61f Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Tue, 23 Jan 2024 10:04:09 -0300 Subject: [PATCH] Update `styleci.yml`. --- .styleci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 5b7ddb2..d9b7e2a 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -17,9 +17,11 @@ enabled: - combine_nested_dirname - declare_strict_types - dir_constant + - empty_loop_body_braces - fully_qualified_strict_types - function_to_constant - hash_to_slash_comment + - integer_literal_case - is_null - logical_operators - magic_constant_casing @@ -56,7 +58,6 @@ enabled: - phpdoc_order - phpdoc_property - phpdoc_scalar - - phpdoc_separation - phpdoc_singular_inheritdoc - phpdoc_trim - phpdoc_trim_consecutive_blank_line_separation @@ -78,9 +79,8 @@ enabled: - trailing_comma_in_multiline_array - unalign_double_arrow - unalign_equals - - empty_loop_body_braces - - integer_literal_case - union_type_without_spaces disabled: - function_declaration + - psr12_braces