Method name "GradebookItem::get_item_type" is not in camel caps format Open
public function get_item_type();
- Exclude checks
Missing function doc comment Open
public function get_weight();
- Exclude checks
Missing function doc comment Open
public function get_item_type();
- Exclude checks
Method name "GradebookItem::get_weight" is not in camel caps format Open
public function get_weight();
- Exclude checks
Missing function doc comment Open
public function get_icon_name();
- Exclude checks
Method name "GradebookItem::is_visible" is not in camel caps format Open
public function is_visible();
- Exclude checks
Method name "GradebookItem::get_course_code" is not in camel caps format Open
public function get_course_code();
- Exclude checks
Missing function doc comment Open
public function calc_score(?int $studentId = null, ?string $type = null);
- Exclude checks
Method name "GradebookItem::get_icon_name" is not in camel caps format Open
public function get_icon_name();
- Exclude checks
Missing function doc comment Open
public function is_visible();
- Exclude checks
Method name "GradebookItem::get_name" is not in camel caps format Open
public function get_name();
- Exclude checks
Missing function doc comment Open
public function get_description();
- Exclude checks
Missing function doc comment Open
public function getStudentList();
- Exclude checks
Missing function doc comment Open
public function get_course_code();
- Exclude checks
Missing function doc comment Open
public function get_name();
- Exclude checks
Interface name is not suffixed with "Interface" Open
interface GradebookItem
- Exclude checks
Missing function doc comment Open
public function setStudentList($list);
- Exclude checks
Method name "GradebookItem::calc_score" is not in camel caps format Open
public function calc_score(?int $studentId = null, ?string $type = null);
- Exclude checks
Missing function doc comment Open
public function get_id();
- Exclude checks
Method name "GradebookItem::get_description" is not in camel caps format Open
public function get_description();
- Exclude checks
Missing function doc comment Open
public function get_date();
- Exclude checks
Method name "GradebookItem::get_id" is not in camel caps format Open
public function get_id();
- Exclude checks
Method name "GradebookItem::get_date" is not in camel caps format Open
public function get_date();
- Exclude checks
The method get_id is not named in camelCase. Open
public function get_id();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_date is not named in camelCase. Open
public function get_date();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_item_type is not named in camelCase. Open
public function get_item_type();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method calc_score is not named in camelCase. Open
public function calc_score(?int $studentId = null, ?string $type = null);
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_name is not named in camelCase. Open
public function get_name();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_description is not named in camelCase. Open
public function get_description();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_icon_name is not named in camelCase. Open
public function get_icon_name();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method is_visible is not named in camelCase. Open
public function is_visible();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_course_code is not named in camelCase. Open
public function get_course_code();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method get_weight is not named in camelCase. Open
public function get_weight();
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}