src/CourseBundle/Component/CourseCopy/Resources/CourseDescription.php
The property $description_type is not named in camelCase. Open
Open
class CourseDescription extends Resource
{
/**
* The title.
*/
- 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;
}