Passed
Push — master ( 1eb3eb...a8e878 )
by Mark
02:50 queued 26s
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true

filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: false
        spaces:
            around_operators:
                unary_additive: true
                concatenation: true