various cleanups

- added Scrutinizer
- added EditorConfig
- removed closing php tags
- proper usage of require_once
- cleaned extra spacing
This commit is contained in:
Ahmad Nassri
2014-12-17 20:47:57 -05:00
parent 2bd214f2d9
commit 2d4f23af38
6 changed files with 67 additions and 48 deletions

13
.scrutinizer.yml Normal file
View File

@@ -0,0 +1,13 @@
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
php_mess_detector: true
php_changetracking: true
php_code_sniffer: true
php_cs_fixer: true
sensiolabs_security_checker: true
filter:
excluded_paths:
- 'test/*'