Completed
Push — master ( 550f0c...cf19fb )
by Alexander
03:52 queued 44s
created

Checkout Config

filter:
  paths:
    - src/*
  excluded_paths:
    - tests/*
    - examples/*
    - vendor/*

checks:
  php: {  }

tools:
  external_code_coverage:
    timeout: 3600
  php_code_coverage:
    enabled: true

coding_style:
  php:
    spaces:
      before_parentheses:
        closure_definition: true
      around_operators:
        concatenation: true
      other:
        after_type_cast: false
    upper_lower_casing:
      keywords:
        general: lower
      constants:
        true_false_null: lower

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'
        - 'vendor/*'
checks:
    php: {  }

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower