Completed
Push — master ( 5fdfe9...8a6726 )
by Ondřej
03:21
created

Checkout Config

filter:
    excluded_paths:
        - 'test/*'
        - 'sandpit/*'
        - 'showcase/*'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true