Completed
Branch master (4569f6)
by Vincent
01:41
created

Checkout Config

filter:
    paths:
        - 'src/*'
    excluded_paths:
        - 'src/config/*'
        - 'vendor/*'
tools:
    php_cs_fixer:
        config: { level: psr2 }

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }