Passed
Branch master (61755c)
by Robert
02:34
created

Repository Config

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