chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $user_email is not named in camelCase.
Open

class ParticipantListItem
{
    /** @var string participant UUID */
    public $id;

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

    public $user_email;

There are no issues that match your filters.

Category
Status