Completed
Pull Request — master (#12)
by Chad
02:24 queued 01:06
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
before_commands:
    - 'composer install'
tools:
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
    sensiolabs_security_checker: true
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    php_sim: true

Repository Config

# language: php

# tests: true