Passed
Push — master ( 4b5b61...1cd193 )
by Sergey
05:15 queued 12s
created

Repository Config

build:
    environment:
        php:
            version: 7.4
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        tests: true
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                multiplicative: false
                concatenation: true
filter: {  }