Merge pull request #54 from Sobak/coding-style

Coding style
This commit is contained in:
El RIDO
2016-08-04 15:58:46 +02:00
committed by GitHub
55 changed files with 990 additions and 911 deletions

View File

@@ -23,5 +23,10 @@
"require-dev": {
"codacy/coverage": "dev-master",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"PrivateBin\\": "lib/"
}
}
}