Completed
Push — master ( a3a2f4...76ab59 )
by Adam
01:38
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer: true
    php_cpd: true
    php_loc: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    paths: [src/*]
checks:
    php:
        avoid_todo_comments: false
        no_new_line_at_end_of_file: false

Repository Config

# language: php

# tests: true