Passed
Push — serializer ( a94b6e...556ef8 )
by Alex
03:01
created

Repository Config

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:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true
        upper_lower_casing:
            keywords:
                general: lower

build:
    environment:
        php: 5.6.16