Passed
Push — master ( 7e1a51...dce3a0 )
by Sergey
02:59
created

Checkout Config

build:
    environment:
        php:
            version: 5.6

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true