Completed
Branch master (7e362d)
by Zbigniew
04:25
created

Repository Config

filter:
    paths:
        - 'src/*'
checks:
    php:
        uppercase_constants: true
        return_doc_comments: true
        avoid_todo_comments: true
        classes_in_camel_caps: true
        newline_at_end_of_file: true
        no_goto: true
        parameter_doc_comments: true

coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            - phpcs-run