Passed
Push — master ( a04f9c...0099d1 )
by
unknown
02:16
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
    environment:
        variables:
            MS_HOST: 127.0.0.1
            MS_PORT: 9308
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                concatenation: true
            other:
                after_type_cast: false