Passed
Push — master ( 6615a4...3343a3 )
by Adam
02:27
created

Checkout Config

build:
    environment:
        php: '7.1.0'

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

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            before_keywords:
                else: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]