mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
cs: enable fully_qualified_strict_types rule
This commit is contained in:
parent
b9b76eaed2
commit
bac6a2a1eb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user