Completed
Push — master ( 6c36bd...7f0cd5 )
by Michael
01:53
created

Checkout Config

filter:
  excluded_paths:
    - tests/*

checks:
  php:
    duplication: false

coding_style:
  php:
    spaces:
      before_parentheses:
        closure_definition: true
      around_operators:
        concatenation: false

Global Config

filter:
    excluded_paths:
        - tests/*
checks:
    php: true

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: false