Completed
Push — master ( fab45b...055e60 )
by Marin
02:42
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }

Global Config

inherit: true
before_commands:
    - composer install --dev
tools:
    php_code_coverage: true
    php_code_sniffer:
        config:
            standard: "PSR1"
    php_cpd: true
    php_mess_detector: true
    php_analyzer: true