Completed
Push — master ( a2c36c...334094 )
by yuuki
01:58
created

Checkout Config

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

Repository Config

# language: php