chamilo/chamilo-lms

View on GitHub
public/plugin/azure_active_directory/src/AzureActiveDirectory.php

Summary

Maintainability
A
0 mins
Test Coverage

Method name "AzureActiveDirectory::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 'azure_active_directory';
    }

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