checks:
php:
avoid_fixme_comments: true
avoid_todo_comments: true
classes_in_camel_caps: true
encourage_single_quotes: true
fix_line_ending: true
line_length:
max_length: '120'
newline_at_end_of_file: true
no_goto: true
parameters_in_camelcaps: true
simplify_boolean_return: true
uppercase_constants: true
use_self_instead_of_fqcn: true
filter: { }
coding_style:
php: { }
build:
environment:
php: 5.6.16