Completed
Push — master ( 1585d9...6be3f1 )
by max
06:02
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - 'vendor/*'
    - 'tests/*'

before_commands:
  - "composer install --prefer-source"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true