chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $join_url is not named in camelCase.
Open

class MeetingRegistrantListItem extends MeetingRegistrant
{
    /** @var string Registrant ID. */
    public $id;

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $create_time is not named in camelCase.
Open

class MeetingRegistrantListItem extends MeetingRegistrant
{
    /** @var string Registrant ID. */
    public $id;

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

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

    public $join_url;

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

    public $create_time;

There are no issues that match your filters.

Category
Status