fix(FHCAPI_Controller): adjusts the php doc types of parameters

This commit is contained in:
SimonGschnell
2024-11-19 11:35:20 +01:00
parent 4aed321b5e
commit 5d5b2e5bc4
+2 -2
View File
@@ -197,7 +197,7 @@ class FHCAPI_Controller extends Auth_Controller
}
/**
* @param array $error
* @param string|array|object $error
* @param string $type (optional)
* @param integer $status (optional)
* @return void
@@ -213,7 +213,7 @@ class FHCAPI_Controller extends Auth_Controller
/**
* @param stdclass $result
* @param string $errortype
* @return void
* @return mixed
*/
protected function getDataOrTerminateWithError($result, $errortype = self::ERROR_TYPE_GENERAL)
{