Completed
Push — master ( 64a1fe...12e93c )
by
unknown
02:37 queued 01:20
created

Checkout Config

inherit: true

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths: [src/*, tests/*]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            other:
                after_type_cast: false