Passed
Branch master (4e6fdf)
by Tim
07:30
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - '*.tpl.php'
coding_style:
    php:
        spaces:
            ternary_operator:
                in_short_version: true
        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
            constants:
                true_false_null: lower