Passed
Push — master ( 3c151b...b5e885 )
by Charles
03:04
created

Repository Config

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                shift: false
                concatenation: true
            other:
                after_type_cast: false
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run --enable-security-analysis
    dependencies:
        override:
            - composer install -ovn --prefer-source