Passed
Push — master ( 951973...030b08 )
by Felipe
28s
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths: ["src/*"]

build:
    environment:
      php: '5.5'

    tests:
        override:
            - 'php vendor/bin/codecept run'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
            other:
                after_type_cast: false
build: true