Completed
Push — master ( e98ec0...b5ecb4 )
by Arjay
07:49
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