Passed
Push — master ( b11977...c99bf6 )
by Charles
02:03
created

Repository Config

checks:
    php: true
filter: {  }
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
    dependencies:
        override:
            - pecl install libsodium