Passed
Push — master ( a2014d...22f24f )
by Kacper
03:29
created

Checkout Config

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

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