class/ContextApplicationFactory.php
Method populateSharedFields
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function populateSharedFields($term, Student $student)
{
$this->app->setTerm($term);
$this->app->setBannerId($student->getBannerId());
$this->app->setUsername($student->getUsername());
- Create a ticketCreate a ticket