Completed
Push — master ( ceb451...cc62f4 )
by Ronan
02:53 queued 01:49
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