Completed
Pull Request — master (#149)
by
unknown
09:50
created

Checkout Config

tools:
  external_code_coverage: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
      ternary_operator:
        in_short_version: false
      other:
        after_type_cast: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        upper_lower_casing:
            keywords:
                general: lower