class/RlcReapplicationView.php
Method show
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function show()
{
$this->setTitle('RLC Re-application Form');
$form = new \PHPWS_Form();
- Create a ticketCreate a ticket
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Student $student, $term, HMS_RLC_Assignment $rlcAssignment = NULL, Array $communities, HMS_RLC_Application $reApp = null)
- Create a ticketCreate a ticket