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

4
.gitignore vendored
View File

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

View File

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