Completed
Push — master ( 9e06bb...dccd98 )
by Alessandro
01:59 queued 24s
created

Checkout Config

tools:
  external_code_coverage: true

  php_code_sniffer:
    config:
      standard: "PSR2"

filter:
  excluded_paths:
    - tests/*

Repository Config

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

  php_code_sniffer:
    config:
      standard: "PSR2"