chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $account_id is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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_size is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 $recording_count is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 $host_id is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 $recording_files is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 $share_url is not named in camelCase.
Open

class RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 RecordingMeeting
{
    use JsonDeserializableTrait;

    /** @var string Unique Meeting Identifier. Each instance of the meeting will have its own 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 "total_size" is not in valid camel caps format
Open

    public $total_size;

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

        $this->recording_files = [];

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

    public $account_id;

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

    public $share_url;

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

    public $recording_files;

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

    public $start_time;

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

    public $recording_count;

There are no issues that match your filters.

Category
Status