Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-20 06:41:32 +00:00
parent cbd07877df
commit 03585f5a5a
21 changed files with 78 additions and 80 deletions

View File

@@ -98,7 +98,7 @@ class SettingsController2 extends Controller
/**
* @param int $id
* @param $compant instance of company table
* @param $compant instance of company table
*
* get the form for company setting page
*
@@ -118,7 +118,7 @@ class SettingsController2 extends Controller
/**
* @param int $id
* @param $compant instance of company table
* @param $compant instance of company table
*
* get the form for company setting page
*
@@ -189,7 +189,7 @@ class SettingsController2 extends Controller
/**
* @param int $id
* @param $compant instance of company table
* @param $compant instance of company table
*
* get the form for company setting page
*
@@ -244,7 +244,7 @@ class SettingsController2 extends Controller
/**
* function to delete system logo.
*
* @return type string
* @return type string
*/
public function deleteLogo()
{
@@ -684,7 +684,7 @@ class SettingsController2 extends Controller
/**
* To display the list of ratings in the system.
*
* @return type View
* @return type View
*/
public function RatingSettings()
{
@@ -696,7 +696,7 @@ class SettingsController2 extends Controller
/**
* To store rating data.
*
* @return type Redirect
* @return type Redirect
*/
public function PostRatingSettings($slug)
{
@@ -721,7 +721,7 @@ class SettingsController2 extends Controller
/**
* To delete a type of rating.
*
* @return type Redirect
* @return type Redirect
*/
public function RatingDelete($slug)
{
@@ -733,7 +733,7 @@ class SettingsController2 extends Controller
/**
* Generate Api key.
*
* @return type json
* @return type json
*/
public function generateApiKey()
{