Completed
Push — master ( 3e9b09...262537 )
by Arjay
07:11
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