Completed
Push — master ( f92c24...681df7 )
by Adam
02:52
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

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
build: true