Completed
Push — master ( 9842a7...f92531 )
by Bapao
02:37
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