Completed
Pull Request — master (#7)
by
unknown
02:30
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, tests/*, bin/*]

tools:
    php_sim: true
    php_mess_detector: true
    php_cs_fixer: true
    php_analyzer: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_loc:
        enabled: true
        excluded_dirs:        [vendor]
    php_pdepend:
        enabled: true
        excluded_dirs:        [vendor, tests, bin]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                additive: false