Completed
Push — fix/scrutinizer ( 39c7dc...00334b )
by Maciej
03:08
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
        - Formatter/DebugFormatter.php
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit --coverage-clover=tests.coverage'
                coverage:
                    file: 'tests.coverage'
                    format: 'php-clover'
    environment:
        php:
            version: 7.1

tools:
    php_code_coverage: true

Repository Config

checks:
    php:
        no_commented_out_code: false
        no_exit: false
        no_underscore_prefix_in_methods: false
        no_underscore_prefix_in_properties: false

filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false