Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-03 08:26:59 +00:00
parent fd79c97a1d
commit 9d1a57f99d
236 changed files with 14774 additions and 14382 deletions

View File

@@ -48,6 +48,7 @@ class OrganizationController extends Controller
* Display a listing of the resource.
*
* @param type Organization $org
*
* @return type Response
*/
public function index()
@@ -142,6 +143,7 @@ class OrganizationController extends Controller
*
* @param type Organization $org
* @param type OrganizationRequest $request
*
* @return type Redirect
*/
public function store(Organization $org, OrganizationRequest $request)
@@ -165,8 +167,9 @@ class OrganizationController extends Controller
/**
* Display the specified organization.
*
* @param type $id
* @param type $id
* @param type Organization $org
*
* @return type view
*/
public function show($id, Organization $org)
@@ -184,8 +187,9 @@ class OrganizationController extends Controller
/**
* Show the form for editing the specified organization.
*
* @param type $id
* @param type $id
* @param type Organization $org
*
* @return type view
*/
public function edit($id, Organization $org)
@@ -203,9 +207,10 @@ class OrganizationController extends Controller
/**
* Update the specified organization in storage.
*
* @param type $id
* @param type $id
* @param type Organization $org
* @param type OrganizationUpdate $request
*
* @return type Redirect
*/
public function update($id, Organization $org, OrganizationUpdate $request)
@@ -233,6 +238,7 @@ class OrganizationController extends Controller
* Delete a specified organization from storage.
*
* @param type int $id
*
* @return type Redirect
*/
public function destroy($id, Organization $org, User_org $user_org)
@@ -258,7 +264,8 @@ class OrganizationController extends Controller
/**
* Soring an organization head.
*
* @param type $id
* @param type $id
*
* @return type boolean
*/
public function Head_Org($id)
@@ -277,9 +284,10 @@ class OrganizationController extends Controller
/**
* get the report of organizations.
*
* @param type $id
* @param type $date111
* @param type $date122
* @param type $id
* @param type $date111
* @param type $date122
*
* @return type array
*/
public function orgChartData($id, $date111 = '', $date122 = '')