cs: enable fully_qualified_strict_types rule

This commit is contained in:
Dylan K. Taylor 2022-01-16 22:12:51 +00:00
parent b9b76eaed2
commit bac6a2a1eb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -37,6 +37,7 @@ return (new PhpCsFixer\Config)
], ],
'declare_strict_types' => true, 'declare_strict_types' => true,
'elseif' => true, 'elseif' => true,
'fully_qualified_strict_types' => true,
'global_namespace_import' => [ 'global_namespace_import' => [
'import_constants' => true, 'import_constants' => true,
'import_functions' => true, 'import_functions' => true,