Completed
Push — master ( 7a15a2...5656b6 )
by Bapao
04:24
created

Checkout Config

filter:
    paths: [src/*]

tools:
    php_cs_fixer:
        config: { level: psr2 }

    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1