chamilo/chamilo-lms

View on GitHub
public/plugin/google_maps/src/GoogleMapsPlugin.php

Summary

Maintainability
A
0 mins
Test Coverage

Method name "GoogleMapsPlugin::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 'google_maps';
    }

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