Skip to content

Commit

Permalink
[+]: update code style v2 + code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Jul 19, 2019
1 parent 7f3b53a commit 121e338
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 392 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
#trim_trailing_whitespace = true
#insert_final_newline = true
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@
"ext-imap": "*"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~7.0"
"phpunit/phpunit": "~6.0 || ~7.0"
},
"autoload": {
"psr-0": {
"BounceMailHandler": "src/"
}
},
"files": [
"src/BounceMailHandler/phpmailer-bmh_rules.php"
]
}
}
Loading

0 comments on commit 121e338

Please sign in to comment.