Test Setup Failed
Push — master ( e53ccf...6b6842 )
by Georgi
03:45
created

Repository Config

build:
    environment:
        php:
            version: '7.2'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
filter: {  }