Passed
Push — master ( a9e4c3...f94168 )
by Steffen
02:00
created

Checkout Config

build:
    environment:
        php:
            version: "5.6"
            ini:
                'date.timezone': 'Europe/Berlin'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]