Completed
Push — master ( 34d5f0...715aef )
by Chauncey
07:28
created

Repository Config

checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run

Global Config

filter:
    excluded_paths:
        - 'tests/*'

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            within:
                array_initializer: true
            other:
                after_type_cast: false