Completed
Push — master ( 2b8baa...0dfba3 )
by Bapao
02: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