AppStateESS/homestead

View on GitHub
class/ContextApplicationFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method populateSharedFields has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function populateSharedFields($term, Student $student)
    {
        $this->app->setTerm($term);
        $this->app->setBannerId($student->getBannerId());
        $this->app->setUsername($student->getUsername());
Severity: Minor
Found in class/ContextApplicationFactory.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status