class/BannerQueueItem.php
Method process
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function process()
{
$soap = SOAP::getInstance(UserStatus::getUsername(), UserStatus::isAdmin()?(SOAP::ADMIN_USER):(SOAP::STUDENT_USER));
$result = null;
- Create a ticketCreate a ticket
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($id = null, $type = null, Student $student = null, $term = null, ResidenceHall $hall = null, Bed $bed = null, $percentRefund = null)
- Create a ticketCreate a ticket