Completed
Push — master ( 51a787...74a6c5 )
by Florian
24:50 queued 09:51
created

Checkout Config

inherit: true

checks:
  php:
    code_rating: true
    duplication: true

tools:
  external_code_coverage:
    timeout: 600
    runs: 10
    
filter:
  paths: [code/*, tests/*]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true