Completed
Push — master ( a4ff1c...7ad164 )
by Ryosuke
05:24
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: false

filter:
  excluded_paths:
    - tests/*
    - examples/*
    - vendor/*
    - socket/*
    - hyper-run

Repository Config

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