Completed
Push — master ( 638169...8ca5ae )
by Ronan
05:56 queued 04:04
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*, app/*, bin/*, library/*]

tools:
    # Similar Code Detector
    php_sim: true
    php_cpd: false

    # Metrics
    php_pdepend: true

    # Some Metrics + Bug Detection/Auto-Fixes
    php_analyzer: true