Completed
Push — master ( ca4763...d38b3c )
by Joschi
02:47
created

Checkout Config

filter:
    paths: ["src/*"]
tools:
    external_code_coverage: true
    php_code_coverage: true
    php_sim: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    php_cpd: true
    php_cs_fixer:
        config: { level: psr2 }
    php_code_sniffer:
        config:
            standard: "PSR2"
checks:
    php:
        excluded_dependencies:
            - phpunit/phpunit

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false