chamilo/chamilo-lms

View on GitHub
public/plugin/mobidico/Mobidico.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $course_settings is not named in camelCase.
Open

class Mobidico extends Plugin
{
    public $isCoursePlugin = true;

    // When creating a new course this settings are added to the course
Severity: Minor
Found in public/plugin/mobidico/Mobidico.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

Missing class doc comment
Open

class Mobidico extends Plugin

Member variable "course_settings" is not in valid camel caps format
Open

    public $course_settings = [];

Missing function doc comment
Open

    public function uninstall()

Missing function doc comment
Open

    public function install()

There are no issues that match your filters.

Category
Status