diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.php similarity index 97% rename from .php-cs-fixer.dist.php rename to .php-cs-fixer.php index ff7a610..c2ec75a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.php @@ -59,6 +59,7 @@ 'single_blank_line_at_eof' => true, 'yoda_style' => false, 'nullable_type_declaration_for_default_null_value' => true, + 'fully_qualified_strict_types' => false ]; $finder = Finder::create()