Completed
Push — master ( 401ef4...2832e5 )
by yuuki
02:02
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