CS: use fully_qualified_strict_types

This commit is contained in:
Dylan K. Taylor 2022-01-10 21:41:37 +00:00
parent 58e1e7bd6f
commit d1726aa20c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -36,6 +36,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,