chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $contact_email is not named in camelCase.
Open

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

class MeetingSettings
{
    use JsonDeserializableTrait;

    const APPROVAL_TYPE_AUTOMATICALLY_APPROVE = 0;

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

    public $enforce_login_domains;

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

    public $join_before_host;

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

    public $registration_type;

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

    public $enforce_login;

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

    public $close_registration;

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

    public $global_dial_in_numbers;

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

    public $contact_name;

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

    public $authentication_option;

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

    public $authentication_domains;

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

    public $authentication_name;

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

        $this->global_dial_in_countries = [];

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

    public $participant_video;

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

    public $in_meeting;

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

    public $registrants_confirmation_email;

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

    public $request_permission_to_unmute_participants;

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

    public $registrants_email_notification;

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

    public $mute_upon_entry;

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

    public $approval_type;

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

    public $auto_recording;

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

    public $global_dial_in_countries;

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

    public $meeting_authentication;

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

    public $cn_meeting;

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

    public $use_pmi;

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

    public $alternative_hosts;

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

    public $contact_email;

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

    public $host_video;

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

        $this->global_dial_in_numbers = [];

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

    public $waiting_room;

There are no issues that match your filters.

Category
Status