Test Failed
Push — master ( 616ad5...d30054 )
by Simon
187:55 queued 69:30
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
    use_self_instead_of_fqcn: true
    uppercase_constants: true
    simplify_boolean_return: true
    return_doc_comments: true
    return_doc_comment_if_not_inferrable: true
    phpunit_assertions: true
    parameter_doc_comments: true
    no_short_method_names:
        minimum: '3'
    line_length:
        max_length: '120'
    function_in_camel_caps: true
    encourage_single_quotes: true

filter:
  excluded_paths:
    - 'tests/*'
coding_style:
  php:
    spaces:
      other:
        after_type_cast: false
build:
  nodes:
    analysis:
      project_setup:
        override: ['true']
      tests:
        override: [php-scrutinizer-run]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        simplify_boolean_return: true
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        phpunit_assertions: true
        parameter_doc_comments: true
        no_short_method_names:
            minimum: '3'
        line_length:
            max_length: '120'
        function_in_camel_caps: true
        encourage_single_quotes: true

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]