Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-01 13:43:07 +00:00
committed by RafficMohammed
parent bb4abce261
commit 4af2d3d09a
20 changed files with 59 additions and 59 deletions

View File

@@ -22,7 +22,7 @@ class Finder
* DEPARTMENT
* This function is used for returning department name with respect to id.
*
* @param $id type int
* @param $id type int
* @param $custom type array/null
*
* @return type string
@@ -42,7 +42,7 @@ class Finder
* GROUP
* This function is used for returning group name with respect to id.
*
* @param $id type int
* @param $id type int
* @param $custom type array/null
*
* @return type string
@@ -62,7 +62,7 @@ class Finder
* STATUS TYPE
* This function is used for returning status type name with respect to id.
*
* @param $id type int
* @param $id type int
* @param $custom type array/null
*
* @return type string
@@ -82,7 +82,7 @@ class Finder
* STATUS
* This function is used for returning status name with respect to id.
*
* @param $id type int
* @param $id type int
* @param $custom type array/null
*
* @return type string