From 234491e82d24b7b211e4729cc29dfe0f71da684a Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Fri, 13 Feb 2026 05:01:00 -0600 Subject: [PATCH] Removes deprecated rule nullable_type_declaration_for_default_null_value Signed-off-by: Joey Smith --- src/Webware1x0Set.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Webware1x0Set.php b/src/Webware1x0Set.php index 359cd58..1e2c368 100644 --- a/src/Webware1x0Set.php +++ b/src/Webware1x0Set.php @@ -182,9 +182,6 @@ public function getRules(): array ], 'no_spaces_after_function_name' => true, 'no_useless_sprintf' => true, - 'nullable_type_declaration_for_default_null_value' => [ - 'use_nullable_type_declaration' => true, - ], 'return_type_declaration' => [ 'space_before' => 'none', ],