Passed
Branch master (6c4ac7)
by Victor
02:04
created

Repository Config

build:
    environment:
        php: 7.0
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                        coverage:
                            file: 'coverage.xml'
                            format: 'clover'
checks:
    php:
        simplify_boolean_return: true
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        no_goto: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
coding_style:
    php:
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower