Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-07 19:54:45 +00:00
parent 79d297d770
commit ae0b5485b8
235 changed files with 14841 additions and 14454 deletions

View File

@@ -46,6 +46,7 @@ class UnAuthController extends Controller
* @param type User $user
* @param type Tickets $ticket
* @param type Ticket_Thread $thread
*
* @return type Response
*/
public function PostCheckTicket(Request $request)
@@ -118,7 +119,8 @@ class UnAuthController extends Controller
/**
* generate random string token for ticket.
*
* @param type $length
* @param type $length
*
* @return string
*/
public function generate_random_ticket_token($length = 10)
@@ -136,8 +138,9 @@ class UnAuthController extends Controller
/**
* function to check the ticket without loggin In.
*
* @param type $ticket_id
* @param type $token
* @param type $ticket_id
* @param type $token
*
* @return type view
*/
public function showTicketCode($ticket_id, $token)
@@ -234,8 +237,9 @@ class UnAuthController extends Controller
/**
* function to change the status of the ticket.
*
* @param type $status
* @param type $id
* @param type $status
* @param type $id
*
* @return string
*/
public function changeStatus($status, $id)
@@ -323,6 +327,7 @@ class UnAuthController extends Controller
*@category function to change system's language
*
*@param string $lang //desired language's iso code
*
*@return response
*/
public static function changeLanguage($lang)
@@ -418,7 +423,7 @@ class UnAuthController extends Controller
/**
* Function to chnage user language preference.
*
* @param string $lang //desired language's iso code
* @param string $lang //desired language's iso code
*
* @category function to change system's language
*