public/plugin/zoom/lib/API/Meeting.php
The property $tracking_fields is not named in camelCase. Open
Open
class Meeting
{
use BaseMeetingTrait;
use JsonDeserializableTrait;
- 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 "tracking_fields" is not in valid camel caps format Open
Open
$this->tracking_fields = [];
- Exclude checks
Member variable "tracking_fields" is not in valid camel caps format Open
Open
public $tracking_fields;
- Exclude checks