Completed
Pull Request — master (#7)
by Michał
01:58
created

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
        - 'demo/*'
checks:
    php:
        use_self_instead_of_fqcn: true
        uppercase_constants: true
        return_doc_comments: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true