Passed
Pull Request — master (#3)
by
unknown
12:32
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                relational: false
                concatenation: true
            before_keywords:
                else: false
            other:
                after_type_cast: false
tools:
    external_code_coverage:
        timeout: 600
        runs: 3