Passed
Push — master ( d1dab5...7a20b4 )
by Cahyadi
08:29 queued 01:44
created

Checkout Config

tools:
    php_cs_fixer:
        enabled: true
        config:
            level: psr2
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build: true