Passed
Push — master ( 82d534...2e021c )
by Christian
01:55
created

Repository Config

checks:
    php: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true

Global Config

tools:
    external_code_coverage:
        timeout: 600

filter:
    excluded_paths:
        - vendor/*
        - tests/*

coding_style:
    php:
        spaces:
            general:
                linefeed_character: newline
        braces:
            classes_functions:
                class: new-line
                function: new-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            keywords:
                general: lower