Completed
Push — master ( 20d667...bbf4c7 )
by Lukas Kahwe
9s
created

Repository 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_cpd:
        enabled: true
        filter:
            excluded_paths: ['Tests/*']
    php_loc:
        enabled: true
        excluded_dirs:
            - 'vendor'
    php_cs_fixer:
        enabled: true
        config:
            level: all