X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fcaptcha%2Fclass_ImageCodeCaptchaController.php;h=11967de8a272f99e92cab0ba180be7a1e83c6594;hb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;hp=0d25a278e00332e25e5476cb40540c501a3ca432;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php b/inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php index 0d25a278..11967de8 100644 --- a/inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php +++ b/inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php @@ -2,11 +2,11 @@ /** * A controller for a code-based CAPTCHA where the user has to repeat a shown code * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ class ImageCodeCaptchaController extends BaseController implements Controller { * @param $resolverInstance An instance of a command resolver class * @return $controllerInstance A prepared instance of this class */ - public final static function createImageCodeCaptchaController (CommandResolver $resolverInstance) { + public static final function createImageCodeCaptchaController (CommandResolver $resolverInstance) { // Create the instance $controllerInstance = new ImageCodeCaptchaController();