chamilo/chamilo-lms

View on GitHub
public/plugin/zoom/lib/API/Meeting.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $tracking_fields is not named in camelCase.
Open

class Meeting
{
    use BaseMeetingTrait;
    use JsonDeserializableTrait;

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

Variable "tracking_fields" is not in valid camel caps format
Open

        $this->tracking_fields = [];

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

    public $tracking_fields;

There are no issues that match your filters.

Category
Status