chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $host_id is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $start_time is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $user_email is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $end_time is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $total_minutes is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $user_name is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 $participants_count is not named in camelCase.
Open

class PastMeeting extends Meeting
{
    /** @var string unique meeting instance ID */
    public $uuid;

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 "user_name" is not in valid camel caps format
Open

    public $user_name;

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

    public $host_id;

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

    public $participants_count;

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

    public $start_time;

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

    public $user_email;

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

    public $total_minutes;

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

    public $end_time;

There are no issues that match your filters.

Category
Status