Completed
Push — master ( afa337...140636 )
by Bapao
03:34 queued 01:32
created

Checkout Config

filter:
    paths: [src/*]

tools:
    php_cs_fixer:
        config: { level: psr2 }

    external_code_coverage: true

Global Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true