Skip to content

Commit 4d5e153

Browse files
committed
Force nullable type for PHP 8.4 compatibility
1 parent b61a651 commit 4d5e153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'single_line_throw' => false,
5353
'no_alias_language_construct_call' => false,
5454
'no_null_property_initialization' => false,
55+
'nullable_type_declaration_for_default_null_value' => true,
5556
'global_namespace_import' => [
5657
'import_classes' => true,
5758
'import_constants' => false,

0 commit comments

Comments
 (0)