Completed
Push — api-update ( 7de9b2 )
by Tomasz
10:18
created

Repository Config

tools:
    php_cs_fixer: true
    php_code_sniffer:
        config:
            standard: PSR1
    php_mess_detector: true
    php_analyzer:
        filter:
            excluded_paths: ["*/Tests/*"]
    sensiolabs_security_checker: true
    external_code_coverage: true
checks:
    php:
        code_rating: true
        duplication: true