Completed
Push — master ( 1d22e2...c9d80a )
by Ma
07:57
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]
        tests: true