Passed
Push — master ( c87703...db92fe )
by Charles
02:15
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
    dependencies:
        override:
            - pecl install libsodium
filter:
    excluded_paths:
        - "tests/"
    dependency_paths:
        - "vendor/"