Completed
Push — master ( 88934c...72faa7 )
by Nikita
04:56 queued 02:45
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