application:
environment:
php:
version: 5.6.0
filter:
paths:
- 'src/*'
checks:
php:
code_rating: true
duplication: false
line_length:
max_length: '600'
coding_style:
php:
spaces:
other:
after_type_cast: false
tools:
php_cs_fixer: false
sensiolabs_security_checker: true
php_code_sniffer:
config:
standard: "PSR2"