Passed
Pull Request — master (#56)
by
unknown
02:23
created

Global Config

filter:
    paths:
        - src/*
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: false
            switch:
                indent_case: false
        spaces:
            other:
                after_type_cast: false
build:
    environment:
        php:
            version: 7.1 
    tests:
        override:
            command: "php -v"