Completed
Pull Request — master (#10)
by Mark
09:03 queued 07:52
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
        
filter:
    excluded_paths: [tests/*]

tools:
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
            tab_width: 4