Completed
Push — develop ( cad0a8...7b8638 )
by Susi
13s
created

Repository Config

checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
        - 'docs/**'
        - 'Tests/**'
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]