Completed
Branch master (6b8dc2)
by Alexey
01:59 queued 01:05
created

Checkout Config

filter:
    paths: [src/*]
    excluded_path: [vendor/*, tests/*]
checks:
    php: true
tools:
    external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_code_coverage: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cs_fixer:
        config: { level: psr2 } # or psr1 if you would just like to get fixes for PSR1

Repository Config

# language: php