PHPCS: Enable use_nullable_type_declaration

This commit is contained in:
Aleksander Machniak
2024-04-14 10:19:26 +02:00
parent c7af820d3e
commit d2d69587cb

View File

@@ -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