]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php
Continued:
[core.git] / inc / main / classes / controller / image / captcha / class_ImageCodeCaptchaController.php
index 9abb18679e1b04cacf47050c4b248913b271113b..ddb0d44184a8325047e6eaa85b823dad2390dce5 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Controller\Image\Captcha;
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Request\Requestable;
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
 
 /**
  * A controller for a code-based CAPTCHA where the user has to repeat a shown code
 
 /**
  * A controller for a code-based CAPTCHA where the user has to repeat a shown code
@@ -63,7 +64,7 @@ class ImageCodeCaptchaController extends BaseController implements Controller {
         * Handles the given request and response
         *
         * @param       $requestInstance        An instance of a Requestable class
         * Handles the given request and response
         *
         * @param       $requestInstance        An instance of a Requestable class
-        * @param       $responseInstance       An instance of a Responsable class
+        * @param       $responseInstance       An instance of a Responseable class
         * @return      void
         */
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {
         * @return      void
         */
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {