Completed
Pull Request — master (#155)
by
unknown
07:29
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*, examples/*]
tools:
    external_code_coverage: true
    php_pdepend: true
    sensiolabs_security_checker: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests, examples]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests, examples]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        remove_extra_empty_lines: true
        side_effects_or_types: false

coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            other:
                after_type_cast: false