Passed
Pull Request — master (#40)
by
unknown
02:26
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'src/cli/Database/Base/*'
        - 'src/cli/Database/Map/*'
        - 'migrations/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        braces:
            if:
                always: false
                else_on_new_line: true
            for:
                always: false
            while:
                always: false
            try:
                opening: new-line
                catch_on_new_line: true
                finally_on_new_line: true

Repository Config

filter:
    excluded_paths:
        - 'src/cli/Database/Base/*'
        - 'src/cli/Database/Map/*'
        - 'migrations/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        braces:
            if:
                always: false
                else_on_new_line: true
            for:
                always: false
            while:
                always: false
            try:
                opening: new-line
                catch_on_new_line: true
                finally_on_new_line: true