Passed
Push — master ( 2a9c14...64160a )
by Indra
05:09
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths: [vendor/*, Tests/*]
tools:
    external_code_coverage: true
    sensiolabs_security_checker: true
    php_code_coverage: true
    php_sim: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    php_cpd: true
    external_code_coverage:
        timeout: 600
        runs: 3

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }