mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
PHPCS: Enable use_nullable_type_declaration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user