Passed
Push — master ( 446184...77859c )
by Domenico
04:51
created

Repository Config

build:
    environment:
        aws:
            key: 'AKIATA4LG23GEIMWNRYK'
            secret: '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'
        php:
            version: 7.3
            pecl_extensions:
                - redis
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=.coverage-data'
                        coverage:
                            file: '.coverage-data'
                            format: 'clover'
    tests:
        override:
            command: "php -v"
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false