Passed
Branch master (ff4c43)
by Christian
03:01
created

Repository Config

build:
    environment:
        php:
            version: 7.1
    root_path: './installer/'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'bin/*'
        - 'installer/test/*'
    dependency_paths:
        - "installer/vendor/*"
checks:
    php:
        fix_php_opening_tag: false
        remove_php_closing_tag: false
        no_mixed_inline_html: false
        require_braces_around_control_structures: false
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: false

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false