Skip to content

Commit d145ff1

Browse files
committed
editorconfig, code reformat, session
1 parent 31dc875 commit d145ff1

38 files changed

+1760
-1729
lines changed

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
root = true
22

33
[*]
4+
ij_php_special_else_if_treatment = false
5+
ij_any_special_else_if_treatment = false
46
ij_php_block_brace_style = end_of_line
57
ij_php_class_brace_style = end_of_line
68
ij_php_for_brace_force = always
7-
ij_php_if_brace_force = if_multiline
9+
ij_php_if_brace_force = never
810
ij_php_method_brace_style = end_of_line
911
ij_php_space_after_type_cast = true
1012
ij_php_space_after_colon_in_return_type = true

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"apache/log4php": "2.3.0",
2121
"ext-fileinfo": "*",
2222
"ext-iconv": "*",
23-
"ext-mbstring": "*"
23+
"ext-mbstring": "*",
24+
"ext-json": "*"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^6"

0 commit comments

Comments
 (0)