Completed
Pull Request — master (#1)
by
unknown
02:10
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