public/plugin/zoom/lib/API/MeetingRegistrant.php
The property $no_of_employees is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $first_name is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $job_title is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $last_name is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $purchasing_time_frame is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $custom_questions is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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 $role_in_purchase_process is not named in camelCase. Open
Open
class MeetingRegistrant
{
use JsonDeserializableTrait;
/** @var string */
- 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
Variable "first_name" is not in valid camel caps format Open
Open
$instance->first_name = $firstName;
- Exclude checks
Member variable "role_in_purchase_process" is not in valid camel caps format Open
Open
public $role_in_purchase_process;
- Exclude checks
Member variable "job_title" is not in valid camel caps format Open
Open
public $job_title;
- Exclude checks
Member variable "custom_questions" is not in valid camel caps format Open
Open
public $custom_questions;
- Exclude checks
Variable "last_name" is not in valid camel caps format Open
Open
$instance->last_name = $lastName;
- Exclude checks
Member variable "first_name" is not in valid camel caps format Open
Open
public $first_name;
- Exclude checks
Variable "custom_questions" is not in valid camel caps format Open
Open
$this->custom_questions = [];
- Exclude checks
Member variable "purchasing_time_frame" is not in valid camel caps format Open
Open
public $purchasing_time_frame;
- Exclude checks
Member variable "last_name" is not in valid camel caps format Open
Open
public $last_name;
- Exclude checks
Member variable "no_of_employees" is not in valid camel caps format Open
Open
public $no_of_employees;
- Exclude checks