Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-06 13:07:26 +00:00
parent 88642f7ecd
commit 168656e3aa
235 changed files with 14818 additions and 14426 deletions

View File

@@ -24,6 +24,7 @@ class Finder
*
* @param $id type int
* @param $custom type array/null
*
* @return type string
*/
public static function department($id, $custom = null)
@@ -43,6 +44,7 @@ class Finder
*
* @param $id type int
* @param $custom type array/null
*
* @return type string
*/
public static function group($id, $custom = null)
@@ -62,6 +64,7 @@ class Finder
*
* @param $id type int
* @param $custom type array/null
*
* @return type string
*/
public static function statusType($id, $custom = null)
@@ -81,6 +84,7 @@ class Finder
*
* @param $id type int
* @param $custom type array/null
*
* @return type string
*/
public static function status($id, $custom = null)
@@ -106,6 +110,7 @@ class Finder
* If the value is 1+2+4 = 7 the response is client, agent, admin.
*
* @param $id type int
*
* @return type string
*/
public static function rolesGroup($id)
@@ -136,7 +141,8 @@ class Finder
* ANY TYPE STATUS
* This function is used to return the set of status which are of any type passed in the param.
*
* @param type $id
* @param type $id
*
* @return type array
*/
public static function anyTypeStatus($id)