Passed
Push — master ( 65544b...32333c )
by Thomas
38s
created

Checkout Config

checks:
   php:
       code_rating: true
       duplication: true

build:
   tests:
       override:
           -
               command: 'phpunit --coverage-clover=some-file'
               coverage:
                   file: 'some-file'
                   format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true