chamilo/chamilo-lms

View on GitHub
src/CourseBundle/Component/CourseCopy/Resources/Thematic.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $thematic_advance_list is not named in camelCase.
Open

class Thematic extends Resource
{
    public $params = [];
    public $thematic_advance_list = [];
    public $thematic_plan_list = [];

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 $thematic_plan_list is not named in camelCase.
Open

class Thematic extends Resource
{
    public $params = [];
    public $thematic_advance_list = [];
    public $thematic_plan_list = [];

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status