Skip to content

Commit 5cb8017

Browse files
committed
Remove deprecated option of nullable_type_declaration_for_default_null_value
1 parent d79e773 commit 5cb8017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public function __construct()
345345
'not_operator_with_space' => false,
346346
'not_operator_with_successor_space' => true,
347347
'nullable_type_declaration' => false, // requires 8.0+
348-
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
348+
'nullable_type_declaration_for_default_null_value' => true,
349349
'numeric_literal_separator' => false,
350350
'object_operator_without_whitespace' => true,
351351
'octal_notation' => false, // requires 8.1+

0 commit comments

Comments
 (0)