Completed
Branch master (4189fe)
by Ventimiglia
02:27
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        [vendor/*, doc/*, tests/*]
coding_style:
    php:
        spaces:
            around_operators:
                unary_additive: true
                concatenation: true
tools:

    php_code_sniffer: true
    php_code_coverage: true
    php_cs_fixer:
        config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1

Repository Config

# language: php