Completed
Push — master ( d310f6...f43027 )
by Antonio Carlos
04:22 queued 02:58
created

Checkout Config

# .scrutinizer.yml
tools:
    php_cs_fixer:
        config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }