mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +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,
|
'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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user