Skip to content

Commit 494051f

Browse files
committed
Fix: Use compact_nullable_type_declaration instead of deprecated compact_nullable_typehint fixer
1 parent 39d6288 commit 494051f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'combine_consecutive_issets' => true,
7171
'combine_consecutive_unsets' => true,
7272
'combine_nested_dirname' => true,
73-
'compact_nullable_typehint' => true,
73+
'compact_nullable_type_declaration' => true,
7474
'concat_space' => ['spacing' => 'one'],
7575
'constant_case' => true,
7676
'control_structure_braces' => true,

0 commit comments

Comments
 (0)