public/plugin/zoom/lib/API/MeetingInfoGet.php
The property $host_id is not named in camelCase. Open
Open
class MeetingInfoGet extends MeetingInfo
{
/** @var string unique meeting instance ID */
public $uuid;
- 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
The property $encrypted_password is not named in camelCase. Open
Open
class MeetingInfoGet extends MeetingInfo
{
/** @var string unique meeting instance ID */
public $uuid;
- 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
The property $pstn_password is not named in camelCase. Open
Open
class MeetingInfoGet extends MeetingInfo
{
/** @var string unique meeting instance ID */
public $uuid;
- 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 "host_id" is not in valid camel caps format Open
Open
public $host_id;
- Exclude checks
Member variable "pstn_password" is not in valid camel caps format Open
Open
public $pstn_password;
- Exclude checks
Member variable "encrypted_password" is not in valid camel caps format Open
Open
public $encrypted_password;
- Exclude checks