Completed
Push — master ( b1bb78...82c1ec )
by Arjay
01:57 queued 12s
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