Completed
Push — master ( 6d2a61...1fdeb9 )
by Andreu
02:44
created

Checkout Config

checks:
    php: true
tools:
    external_code_coverage: true
    php_analyzer: true
    php_mess_detector: true
    php_pdepend: true
    php_cpd: true
    php_hhvm: true
    php_cs_fixer:
        config: { level: psr2 }
    sensiolabs_security_checker: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false