Completed
Pull Request — master (#253)
by Maxime
07:05
created

Checkout Config

# .scrutinizer.yml
checks:
    php: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
    paths:
        - src/*

coding_style:
    php:
        indentation:
            general:
                use_tabs: false
                size: 4
            switch:
                indent_case: true
        spaces:
            around_operators:
                concatenation: true

Repository Config

# language: php