chamilo/chamilo-lms

View on GitHub
public/plugin/zoom/lib/API/GlobalDialInNumber.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $country_name is not named in camelCase.
Open

class GlobalDialInNumber
{
    use JsonDeserializableTrait;

    /** @var string Country code. For example, BR. */

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

    public $country_name;

There are no issues that match your filters.

Category
Status