public/plugin/zoom/lib/API/MeetingInfo.php
The property $start_url is not named in camelCase. Open
Open
class MeetingInfo extends Meeting
{
/** @var string */
public $created_at;
- 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 $h323_password is not named in camelCase. Open
Open
class MeetingInfo extends Meeting
{
/** @var string */
public $created_at;
- 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 $join_url is not named in camelCase. Open
Open
class MeetingInfo extends Meeting
{
/** @var string */
public $created_at;
- 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 $created_at is not named in camelCase. Open
Open
class MeetingInfo extends Meeting
{
/** @var string */
public $created_at;
- 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 $registration_url is not named in camelCase. Open
Open
class MeetingInfo extends Meeting
{
/** @var string */
public $created_at;
- 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 "registration_url" is not in valid camel caps format Open
Open
public $registration_url;
- Exclude checks
Member variable "created_at" is not in valid camel caps format Open
Open
public $created_at;
- Exclude checks
Member variable "h323_password" is not in valid camel caps format Open
Open
public $h323_password;
- Exclude checks
Member variable "start_url" is not in valid camel caps format Open
Open
public $start_url;
- Exclude checks
Member variable "join_url" is not in valid camel caps format Open
Open
public $join_url;
- Exclude checks