Completed
Push — 3.x ( d15676...a8aa9a )
by Delete
07:08 queued 03:53
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
build:
    environment:
        php:
            version: 7.0.5

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        uppercase_constants: true
        return_doc_comments: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        parameter_doc_comments: true
        optional_parameters_at_the_end: true
        no_goto: true
        newline_at_end_of_file: true
        function_in_camel_caps: true
        encourage_single_quotes: true
        classes_in_camel_caps: true

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true