Completed
Push — master ( b60b7a...e0b47d )
by Alessandro
13:23 queued 03:38
created

Checkout Config

tools:
  external_code_coverage: true

  php_code_sniffer:
    config:
      standard: "PSR2"

filter:
  excluded_paths:
    - tests/*

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
            other:
                after_type_cast: false