Completed
Push — master ( 7e4e99...bcea49 )
by yuuki
02:11 queued 01:06
created

Checkout Config

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

Repository Config


checks:
    php:
        verify_property_names: false