spacing cleanup

This commit is contained in:
Ahmad Nassri
2015-01-14 17:47:20 -05:00
parent 2bbafd950d
commit 34db4e958f
2 changed files with 14 additions and 14 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.DS_Store .DS_Store
/vendor vendor
composer.lock composer.lock
composer.phar composer.phar

View File

@@ -1,15 +1,15 @@
tools: tools:
php_sim: true php_sim: true
php_pdepend: true php_pdepend: true
php_analyzer: true php_analyzer: true
php_mess_detector: true php_mess_detector: true
php_changetracking: true php_changetracking: true
sensiolabs_security_checker: true sensiolabs_security_checker: true
php_code_sniffer: php_code_sniffer:
config: config:
standard: 'PSR2' standard: 'PSR2'
php_cs_fixer: php_cs_fixer:
config: config:
level: 'psr2' level: 'psr2'