Passed
Pull Request — master (#37)
by Marcin
02:26
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true

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"