X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmain%2Fclasses%2Fcontroller%2Fhtml%2Fclass_HtmlRegisterController.php;h=9f19210e47573c7486ec844e3fd04634c48895f9;hb=e27845b8bbbf6ab70a56e5a364ce2fdd96f833f0;hp=1ed3ca6ac00c427768fa76eaefae6c7f0287e3d6;hpb=d2ab9b8eff790d774883e1264b7a99947bdaa3ad;p=core.git diff --git a/inc/main/classes/controller/html/class_HtmlRegisterController.php b/inc/main/classes/controller/html/class_HtmlRegisterController.php index 1ed3ca6a..9f19210e 100644 --- a/inc/main/classes/controller/html/class_HtmlRegisterController.php +++ b/inc/main/classes/controller/html/class_HtmlRegisterController.php @@ -53,8 +53,8 @@ class HtmlRegisterController extends BaseController implements Controller { /** * Handles the given request and response * - * @param $requestInstance An instance of a request class - * @param $responseInstance An instance of a response class + * @param $requestInstance An instance of a Requestable class + * @param $responseInstance An instance of a Responsable class * @return void */ public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {