src/CourseBundle/Component/CourseCopy/Resources/Thematic.php
The property $thematic_advance_list is not named in camelCase. Open
Open
class Thematic extends Resource
{
public $params = [];
public $thematic_advance_list = [];
public $thematic_plan_list = [];
- 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
The property $thematic_plan_list is not named in camelCase. Open
Open
class Thematic extends Resource
{
public $params = [];
public $thematic_advance_list = [];
public $thematic_plan_list = [];
- 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;
}