Completed
Push — master ( 72faa7...dc0ca6 )
by Nikita
02:22
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cs_fixer: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cs_fixer: true