forked from VectorNetworkProject/Vector-Network-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.php_cs.cache
49 lines (49 loc) · 1.82 KB
/
.php_cs.cache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"php": "7.2.4",
"version": "2.11.1:v2.11.1#ad94441c17b8ef096e517acccdbf3238af8a2da8",
"rules": {
"blank_line_after_namespace": true,
"braces": true,
"class_definition": true,
"elseif": true,
"function_declaration": true,
"indentation_type": true,
"line_ending": true,
"lowercase_constants": true,
"lowercase_keywords": true,
"method_argument_space": {
"ensure_fully_multiline": true
},
"no_break_comment": true,
"no_closing_tag": true,
"no_spaces_after_function_name": true,
"no_spaces_inside_parenthesis": true,
"no_trailing_whitespace": true,
"no_trailing_whitespace_in_comment": true,
"single_blank_line_at_eof": true,
"single_class_element_per_statement": {
"elements": [
"property"
]
},
"single_import_per_statement": true,
"single_line_after_imports": true,
"switch_case_semicolon_to_colon": true,
"switch_case_space": true,
"visibility_required": true,
"encoding": true,
"full_opening_tag": true
},
"hashes": {
"AntiCheat\\src\\AntiCheat\\Main.php": 1273247774,
"BanAPI\\src\\BanAPI\\BanAPI.php": 1970891403,
"Games_Core\\src\\Core\\Checker\\PlayerAddressChecker.php": 3468423652,
"Games_Core\\src\\Core\\Commands\\gamehelp.php": 4058672691,
"Games_Core\\src\\Core\\DataFile.php": 2035923344,
"Games_Core\\src\\Core\\EventListener.php": 4107085348,
"Games_Core\\src\\Core\\Main.php": 372503922,
"OldTask\\src\\oldtask\\Main.php": 1087221401,
"OldTask\\src\\pocketmine\\scheduler\\CallbackTask.php": 3415351496,
"OldTask\\src\\pocketmine\\scheduler\\PluginTask.php": 104699347
}
}