Completed
Push — master ( dd4af6...485f62 )
by Arjay
01:35 queued 10s
created

Checkout Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    # external_code_coverage: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        - '.github/*'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true