Completed
Push — master ( 3a38b9...12e2b0 )
by Thomas
02:39
created

Checkout Config

checks:
    php:
      code_rating: true
      duplication: false
build:
    environment:
        php:
            version: 7.1.0
filter:
    excluded_paths:
        - tests/*
        - docs/*
        - vendor/*
        - example.php

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true