chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $host_id is not named in camelCase.
Open

class MeetingInfoGet extends MeetingInfo
{
    /** @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 $encrypted_password is not named in camelCase.
Open

class MeetingInfoGet extends MeetingInfo
{
    /** @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 $pstn_password is not named in camelCase.
Open

class MeetingInfoGet extends MeetingInfo
{
    /** @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 "host_id" is not in valid camel caps format
Open

    public $host_id;

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

    public $pstn_password;

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

    public $encrypted_password;

There are no issues that match your filters.

Category
Status