public/plugin/zoom/lib/API/ParticipantListItem.php
The property $user_email is not named in camelCase. Open
Open
class ParticipantListItem
{
/** @var string participant UUID */
public $id;
- Read upRead up
- Exclude checks
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
Open
public $user_email;
- Exclude checks