AppStateESS/homestead

View on GitHub
class/RlcReapplicationView.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method show has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function show()
    {
        $this->setTitle('RLC Re-application Form');

        $form = new \PHPWS_Form();
Severity: Minor
Found in class/RlcReapplicationView.php - About 1 hr to fix

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

    public function __construct(Student $student, $term, HMS_RLC_Assignment $rlcAssignment = NULL, Array $communities, HMS_RLC_Application $reApp = null)
Severity: Minor
Found in class/RlcReapplicationView.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status