Passed
Branch master (4826b1)
by Dave
04:02
created

Repository Config

checks:
    php:
        fix_php_opening_tag: true
        remove_php_closing_tag: true
        no_mixed_inline_html: false
        require_braces_around_control_structures: true
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: false
filter:
    excluded_paths:
        - "tests/"
        - "tests-src/"
coding_style:
    php:
        indentation:
            general:
                size: 2
build:
    nodes:
        my-node:
            services:
                # For available tags, see https://hub.docker.com/_/mariadb/
                mariadb: 10
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run