]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php
Copyright updated
[core.git] / inc / classes / main / controller / captcha / class_ImageCodeCaptchaController.php
index 0d25a278e00332e25e5476cb40540c501a3ca432..ced69d00eff9cabaaaa56bc153bb4f931664247a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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
  *
@@ -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();