public/plugin/zoom/lib/API/MeetingInstance.php
The property $start_time is not named in camelCase. Open
Open
class MeetingInstance
{
/** @var string */
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 "start_time" is not in valid camel caps format Open
Open
public $start_time;
- Exclude checks