Completed
Pull Request — master (#34)
by yuuki
06:28
created

Checkout Config

filter:
    paths:
        - src/*
    excluded_paths:
        - tests/*
tools:
    external_code_coverage: true
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cs_fixer:
        config: { level: psr2 }
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php