Skip to content

Commit

Permalink
Use "compact_nullable_type_declaration" instead of deprecated "compac…
Browse files Browse the repository at this point in the history
…t_nullable_typehint"
  • Loading branch information
PabloKowalczyk committed Feb 12, 2024
1 parent eed6963 commit b195fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'protected_to_private' => false,
'combine_consecutive_unsets' => true,
'combine_consecutive_issets' => true,
'compact_nullable_typehint' => true,
'compact_nullable_type_declaration' => true,
'declare_strict_types' => true,
'dir_constant' => true,
'ereg_to_preg' => true,
Expand Down

0 comments on commit b195fd7

Please sign in to comment.