Completed
Push — master ( bdfdd6...dbc6ab )
by Mehmet
03:03
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: false
build:
  environment:
    mongodb: true
    php: '5.5.25'
  dependencies:
    before:
      - 'pecl install mongodb'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                relational: false
build: true