chamilo/chamilo-lms

View on GitHub
public/plugin/search_course/lib/search_course_plugin.class.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function get_name()

Method name "SearchCoursePlugin::get_name" is not in camel caps format
Open

    public function get_name()

The method get_name is not named in camelCase.
Open

    public function get_name()
    {
        return 'search_course';
    }

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status