public/plugin/zoom/lib/API/GlobalDialInNumber.php
The property $country_name is not named in camelCase. Open
Open
class GlobalDialInNumber
{
use JsonDeserializableTrait;
/** @var string Country code. For example, BR. */
- 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 "country_name" is not in valid camel caps format Open
Open
public $country_name;
- Exclude checks