Showing 1,397 of 1,397 total issues
Method makeRequest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function makeRequest($url, $method = 'GET', $headers = array(), $params = array(), $data = NULL) {
- Create a ticketCreate a ticket
Method removeRoomAssignment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function removeRoomAssignment($bannerId, $term, $building, $bannerBedId, $percentRefund)
- Create a ticketCreate a ticket
Method addRoomDamageToStudentAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addRoomDamageToStudentAccount($bannerId, $term, $amount, $damageDescription, $detailCode)
- Create a ticketCreate a ticket
Method addRoomDamageToStudentAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addRoomDamageToStudentAccount($bannerId, $term, $amount, $damageDescription, $detailCode)
- Create a ticketCreate a ticket
Method removeRoomAssignment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function removeRoomAssignment($bannerId, $term, $building, $bannerBedId, $percentRefund)
- 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
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Client $client, Envelope $envelope, $clientUserId, $studentName, $studentEmail)
- Create a ticketCreate a ticket
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Student $student, $startDate, $endDate, $term, RoommateProfile $profile = NULL)
- Create a ticketCreate a ticket
Method send_lottery_roommate_invite
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function send_lottery_roommate_invite(Student $student, Student $from, $expires_on, $hall_room, $year)
- Create a ticketCreate a ticket
Method addRoomDamageToStudentAccount
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public abstract function addRoomDamageToStudentAccount($bannerId, $term, $amount, $damageDescription, $detailCode);
- Create a ticketCreate a ticket
Method removeRoomAssignment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public abstract function removeRoomAssignment($bannerId, $term, $building, $bannerBedId, $percentRefund);
- Create a ticketCreate a ticket
Method sendTemplateMessage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function sendTemplateMessage(Student $student, string $messageType, string $subject, string $tpl, Array $tags)
- Create a ticketCreate a ticket
Method sendDamageNotification
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function sendDamageNotification(Student $student, $term, $billedAmount, $coordinatorName, $coordinatorEmail)
- Create a ticketCreate a ticket
Method logSoap
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected static function logSoap($function, $result, Array $params, $responseCode = null, $errorMessage = null)
- Create a ticketCreate a ticket
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($subject=null, $body=null, $anonymous=false, $halls=array(), $floors=array()){
- Create a ticketCreate a ticket
Method unassignStudent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function unassignStudent(Student $student, $term, $notes = "", $reason, $refund)
- Create a ticketCreate a ticket
Method reportRoomAssignment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function reportRoomAssignment($username, $term, $building_code, $room_code, $plan_code)
- Create a ticketCreate a ticket
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Student $student, $startDate, $endDate, $profile = NULL, $term)
- Create a ticketCreate a ticket
Method queueRemoveAssignment
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function queueRemoveAssignment(Student $student, $term, ResidenceHall $hall, Bed $bed, $refund)
- Create a ticketCreate a ticket
Method roomSearch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function roomSearch($gender = FALSE, $lifestyle = FALSE, $pbuilding = FALSE, $pfloor = FALSE, $proom = FALSE)
- Create a ticketCreate a ticket