Passed
Push — master ( 1d0ea2...0f9d68 )
by Kacper
05:34
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
        - Formatter/DebugFormatter.php
build:
    nodes:
        analysis:
            tests:
                override:
                    - command: './vendor/bin/phpunit --coverage-clover=tests.coverage'
                      coverage:
                          file: 'tests.coverage'
                          format: 'php-clover'
                    - php-scrutinizer-run
    environment:
        php: 7.3

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