mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
CS: use fully_qualified_strict_types
This commit is contained in:
parent
58e1e7bd6f
commit
d1726aa20c
@ -36,6 +36,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