Passed
Push — master ( afad4e...ae0184 )
by f
40:32 queued 25:34
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 600    # Timeout in seconds.

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/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1