x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( d60f69...fb3943 )
by Edgar
03:53
created

Repository Config

before_commands:
    - "composer install --prefer-source"

filter:
    excluded_paths:
        - 'tests/*'
        - 'example/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        simplify_boolean_return: true
        remove_extra_empty_lines: true
        properties_in_camelcaps: true
        phpunit_assertions: true
        parameter_doc_comments: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true

tools:
    external_code_coverage:
        timeout: 600