public/plugin/zoom/lib/API/CreatedRegistration.php
The property $join_url is not named in camelCase. Open
Open
class CreatedRegistration
{
use JsonDeserializableTrait;
/** @var int meeting 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
The property $registrant_id is not named in camelCase. Open
Open
class CreatedRegistration
{
use JsonDeserializableTrait;
/** @var int meeting 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
The property $start_time is not named in camelCase. Open
Open
class CreatedRegistration
{
use JsonDeserializableTrait;
/** @var int meeting 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 "join_url" is not in valid camel caps format Open
Open
public $join_url;
- Exclude checks
Member variable "start_time" is not in valid camel caps format Open
Open
public $start_time;
- Exclude checks
Member variable "registrant_id" is not in valid camel caps format Open
Open
public $registrant_id;
- Exclude checks