class/HMS_Reports.php
Method reappAvailability
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function reappAvailability()
{
$term = Term::getSelectedTerm();
// Available rooms in each residence hall.
- Create a ticketCreate a ticket
Method run_assigned_type_f
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function run_assigned_type_f(){
$term = Term::getSelectedTerm();
$db = new PHPWS_DB('hms_assignment');
- Create a ticketCreate a ticket