Completed
Push — master ( 934ba3...bdfdd6 )
by Mauro
02:29
created

Checkout Config

# .scrutinizer.yml
build:
    environment:
        php:
            version: 7.1       # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, or hhvm
    project_setup:
        before:
            - mysql -e "CREATE DATABASE api_rest_slimphp"
            - mysql api_rest_slimphp < app/data/database.sql

Repository Config

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