build:
    environment:
        php: '7.1.0'
before_commands:
- "composer install --prefer-source"
checks:
    php:
        code_rating: true
        duplication: true
                    checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            before_keywords:
                else: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]