From 9899dba73934b84339ee3414873722a7b4bea2eb Mon Sep 17 00:00:00 2001 From: Hlavtox Date: Fri, 22 Nov 2024 10:36:19 +0100 Subject: [PATCH] Update code style CI configuration --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 1caa7b894..6c7698f92 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -27,6 +27,7 @@ enabled: - no_unreachable_default_argument_value - no_unused_imports - no_whitespace_before_comma_in_array + - nullable_type_declarations - ordered_imports - phpdoc_align - phpdoc_indent