Completed
Push — master ( 2b7569...e4f5fc )
by Benjamin
11:03
created

Checkout Config

imports:
    - php

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

tools:
    php_sim: true
    php_mess_detector: true
    php_cs_fixer: true
    php_analyzer: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_loc:
        enabled: true
        excluded_dirs:        [vendor]
    php_pdepend:
        enabled: true
        excluded_dirs:        [vendor, tests, bin]

Repository Config

imports:
    - php

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

tools:
    php_sim: true
    php_mess_detector: true
    php_cs_fixer: true
    php_analyzer: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_loc:
        enabled: true
        excluded_dirs:        [vendor]
    php_pdepend:
        enabled: true
        excluded_dirs:        [vendor, tests, bin]