Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-09-06 09:09:54 +00:00
parent adc6c48ea4
commit 9dfedfc77c
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