Test Failed
Pull Request — master (#65)
by Christopher
37:12
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
                concatenation: true
build: true
tools:
    php_cs_fixer:
        config: { level: psr2 }