Passed
Branch master (ef5026)
by Adrian Florin
03:13
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
    environment:
        php:
            version: 7.1.0
    tests:
        override:
            -
                command: 'php vendor/bin/phpunit --coverage-clover=coverage-report'
                coverage:
                    file: 'coverage-report'
                    format: 'clover'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true