Completed
Push — master ( ac7278...78d7fc )
by Alessandro
02:09
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"