Completed
Push — master ( f41c61...90583c )
by Simon
15s queued 10s
created

Checkout Config

checks:
  php: true

build:
  nodes:
    analysis:
      tests:
        override: [php-scrutinizer-run]

filter:
  paths: ["src/*", "tests/*"]

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