Completed
Push — master ( 6d8914...a6405a )
by Alexander
02:04
created

Repository Config

filter:
    excluded_paths:
        - 'skeletons/*'
        - 'docs/*'
        - 'tests/*'
        - 'bin/*'
        - 'src/internals/*'
checks:
    php:
        newline_at_end_of_file: true
        classes_in_camel_caps: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false