Completed
Push — master ( c13ec5...2a4360 )
by Stephen
05:47 queued 03:28
created

Repository Config

filter:
    excluded_paths:
        - tests/*
tools:
    external_code_coverage:
        timeout: 800    # Timeout in seconds.
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1