Test Setup Failed
Push — master ( 69f62e...1c9927 )
by Chauncey
01:41
created

Repository Config

checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true

Global Config

filter:
    excluded_paths:
        - 'tests/*'

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            within:
                array_initializer: true
            other:
                after_type_cast: false