Passed
Push — master ( f832e2...009bc5 )
by K
02:14
created

Repository Config

build:
    image: default-bionic
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        simplify_boolean_return: true
        return_doc_comments: true
        properties_in_camelcaps: true

coding_style:
    php: {  }