From c391aa7e858450364574d67460195c557f752c19 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Sun, 28 Sep 2025 15:11:35 +0200 Subject: [PATCH] Fix phpcs deprecation warning in its config file --- .php-cs-fixer.dist.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index bda0986..395106d 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -111,9 +111,7 @@ ], 'normalize_index_brace' => true, 'not_operator_with_successor_space' => true, - 'nullable_type_declaration_for_default_null_value' => [ - 'use_nullable_type_declaration' => true, - ], + 'nullable_type_declaration_for_default_null_value' => true, 'object_operator_without_whitespace' => true, 'operator_linebreak' => [ 'only_booleans' => false,