Passed
Pull Request — 1.x (#182)
by Akihito
03:40 queued 01:23
created

Checkout Config

filter:
    paths: ["src/*"]

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis

Repository Config

filter:
    paths: ["src/*"]
tools:
    php_sim: true
    php_pdepend: false
    php_analyzer: true
    php_cpd: false
    php_mess_detector:
        enabled: false
    php_code_sniffer:
        enabled: false