Completed
Push — master ( 638b94...718c54 )
by Marin
06:22
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