Passed
Push — master ( 2c5565...ba7598 )
by Florent
02:32
created

Repository Config

build:
    image: default-bionic
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: 'phpcs-run'
                        use_website_config: true
                    - js-scrutinizer-run

checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
filter:
    dependency_paths:
        - vendor/