From 0898b40db98c1970fa1714fa7d8b358cf72eafdb Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Fri, 19 Apr 2024 22:36:57 +0200 Subject: [PATCH] Configure php-cs-fixer --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index a649ea4a..0340450b 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -11,6 +11,7 @@ 'phpdoc_separation' => ['groups' => [['test', 'dataProvider']]], 'nullable_type_declaration_for_default_null_value' => true, 'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => false], + 'nullable_type_declaration' => false, ]; $finder = PhpCsFixer\Finder::create()