Completed
Push — master ( 999927...36822d )
by Danny
02:38
created

Checkout Config

filter:
    excluded_paths: [vendor/*, Tests/*]
before_commands:
    - 'composer install --dev --prefer-dist'
tools:
    external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_code_coverage: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, Tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, Tests]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false