Passed
Push — master ( 3f32e3...c48813 )
by Jan
03:06
created

Checkout Config

# .scrutinizer.yml
build:
    environment:
        php:
            version: 5.6

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
build: true