Completed
Push — master ( c82921...e19b8d )
by Tim
15s
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            within:
                brackets: true

Global Config

imports:
    - php
tools:
    php_code_sniffer:
        config:
            ruleset: ./phpcs.xml
            
    sensiolabs_security_checker: true
    php_mess_detector: true
    php_analyzer: true
    php_pdepend: true
    php_sim: true
    external_code_coverage: true