changeweb/Unifiedtransform

View on GitHub
app/Interfaces/MarkInterface.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getAllByStudentId has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getAllByStudentId($session_id, $semester_id, $class_id, $section_id, $course_id, $student_id);
Severity: Minor
Found in app/Interfaces/MarkInterface.php - About 45 mins to fix

    Method getAllFinalMarksByStudentId has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getAllFinalMarksByStudentId($session_id, $student_id, $semester_id, $class_id, $section_id, $course_id);
    Severity: Minor
    Found in app/Interfaces/MarkInterface.php - About 45 mins to fix

      Method getAll has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function getAll($session_id, $semester_id, $class_id, $section_id, $course_id);
      Severity: Minor
      Found in app/Interfaces/MarkInterface.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status