Completed
Push — main ( cdb778...5c230d )
by James Ekow Abaka
27s
created

Checkout Config

checks:
    php: true
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    external_code_coverage:
        timeout: 1200    # Timeout in seconds.    
    
filter:
    excluded_paths:
        - tests/*   

Repository Config

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