diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 6fb364510..3ae16af6a 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -37,6 +37,7 @@ return (new PhpCsFixer\Config) ], 'declare_strict_types' => true, 'elseif' => true, + 'fully_qualified_strict_types' => true, 'global_namespace_import' => [ 'import_constants' => true, 'import_functions' => true,