From 5102f8c9424f8f8a3ad5977b31008869d9c18487 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Tue, 14 Apr 2020 04:56:59 +0200 Subject: [PATCH] DevKit updates (#75) --- .php_cs.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs.dist b/.php_cs.dist index dd93021..b890baa 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -32,6 +32,7 @@ $rules = [ 'no_superfluous_phpdoc_tags' => ['allow_mixed' => true], 'no_useless_else' => true, 'no_useless_return' => true, + 'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true], 'ordered_class_elements' => true, 'ordered_imports' => true, 'phpdoc_order' => true,