Skip to content

Commit

Permalink
editorconfig, code reformat, session
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed Dec 15, 2019
1 parent 31dc875 commit d145ff1
Show file tree
Hide file tree
Showing 38 changed files with 1,760 additions and 1,729 deletions.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
root = true

[*]
ij_php_special_else_if_treatment = false
ij_any_special_else_if_treatment = false
ij_php_block_brace_style = end_of_line
ij_php_class_brace_style = end_of_line
ij_php_for_brace_force = always
ij_php_if_brace_force = if_multiline
ij_php_if_brace_force = never
ij_php_method_brace_style = end_of_line
ij_php_space_after_type_cast = true
ij_php_space_after_colon_in_return_type = true
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"apache/log4php": "2.3.0",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-mbstring": "*"
"ext-mbstring": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6"
Expand Down

0 comments on commit d145ff1

Please sign in to comment.