chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $created_at is not named in camelCase.
Open

class MeetingListItem
{
    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

The property $join_url is not named in camelCase.
Open

class MeetingListItem
{
    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

The property $host_id is not named in camelCase.
Open

class MeetingListItem
{
    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

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

    public $host_id;

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

    public $join_url;

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

    public $created_at;

There are no issues that match your filters.

Category
Status