Passed
Push — master ( f9279d...87874e )
by Joao
01:35 queued 11s
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"