Completed
Push — master ( 3e8c83...3e40cc )
by yuuki
04:27 queued 01:22
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