]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/actions/web/class_WebLoginProfileAction.php
'public static final' is correct
[core.git] / inc / classes / main / actions / web / class_WebLoginProfileAction.php
index e1633e5b166fc7df8c8589b7cbab73eb51cfe50e..2bda7fae8f6153a984d5d2d35b268e467ca66c68 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 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -38,7 +38,7 @@ class WebLoginProfileAction extends BaseAction implements Commandable, Registera
         * @param       $resolverInstance       An instance of an action resolver
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createWebLoginProfileAction (ActionResolver $resolverInstance) {
+       public static final function createWebLoginProfileAction (ActionResolver $resolverInstance) {
                // Get a new instance
                $actionInstance = new WebLoginProfileAction();