Completed
Push — master ( 3eccf4...cc516e )
by Philip
05:16
created

Checkout Config

filter:
    excluded_paths: [test/*]
tools:
    external_code_coverage:
        timeout: 1200
        runs: 2
    php_analyzer: true
    php_code_coverage: false
    php_code_sniffer:
        config:
            standard: PSR2
        filter:
            paths: ['src']
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, test]
    php_loc:
        enabled: true
        excluded_dirs: [vendor, test]
    php_pdepend: true
    php_sim: true

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false