Completed
Push — master ( a13404...8e6f6e )
by satoru
8s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
filter:
  paths:
    - src/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }