chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

The property $description_type is not named in camelCase.
Open

class CourseDescription extends Resource
{
    /**
     * The title.
     */

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