Completed
Push — master ( 21f516...f16f42 )
by Christopher
03:57
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 }