Completed
Pull Request — master (#7)
by Christophe
03:33
created

Repository Config

checks:
    php:
        code_rating: true

tools:
    external_code_coverage: true

Global Config

imports:
    - php

tools:
    php_analyzer:
        config:
            loops_must_use_braces: true
    php_code_sniffer:
        config:
            standard: PSR1
    php_mess_detector:
        enabled: true
        filter:
            excluded_paths: ['Tests/*']
    php_loc:
        enabled: true
        excluded_dirs:
            - 'vendor'
    php_cs_fixer:
        enabled: true
        config:
            level: all