Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2021-12-17 06:19:23 +00:00
committed by Manish Verma
parent 2f985011e9
commit 8ef067dbc5
23 changed files with 47 additions and 57 deletions

View File

@@ -167,7 +167,7 @@ class OrganizationController extends Controller
/**
* Display the specified organization.
*
* @param type $id
* @param type $id
* @param type Organization $org
*
* @return type view
@@ -187,7 +187,7 @@ 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
@@ -207,7 +207,7 @@ class OrganizationController extends Controller
/**
* Update the specified organization in storage.
*
* @param type $id
* @param type $id
* @param type Organization $org
* @param type OrganizationUpdate $request
*