diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index d067d2a60..206786fab 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -71,9 +71,6 @@ return (new Config()) 'general_phpdoc_annotation_remove' => [ 'annotations' => ['author', 'copyright', 'throws'], ], - 'nullable_type_declaration_for_default_null_value' => [ - 'use_nullable_type_declaration' => false, - ], // fn => without curly brackets is less readable, // also prevent bounding of unwanted variables for GC