chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $no_of_employees is not named in camelCase.
Open

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

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

class MeetingRegistrant
{
    use JsonDeserializableTrait;

    /** @var string */

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

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

        $instance->first_name = $firstName;

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

    public $role_in_purchase_process;

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

    public $job_title;

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

    public $custom_questions;

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

            $instance->last_name = $lastName;

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

    public $first_name;

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

        $this->custom_questions = [];

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

    public $purchasing_time_frame;

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

    public $last_name;

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

    public $no_of_employees;

There are no issues that match your filters.

Category
Status