Completed
Push — master ( ed0b12...1a1617 )
by Ryota
06:22
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comment_if_not_inferrable: true
        phpunit_assertions: true
        return_doc_comments: true
        properties_in_camelcaps: true
        prefer_while_loop_over_for_loop: true
        newline_at_end_of_file: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
            other:
                after_type_cast: false