Completed
Push — master ( 5656b6...2d9a7d )
by Bapao
02:39
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