]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/update/class_UserStatusConfimedUpdateFilter.php
Some API changes:
[core.git] / inc / classes / main / filter / update / class_UserStatusConfimedUpdateFilter.php
index 5b94ec26d31edf1d0f1166625a0817320e507e70..c43cbefbaa49884d802d63f8fae394e7fd1eb549 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A filter for updating the user account status to confirmed
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 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
@@ -37,7 +37,7 @@ class UserStatusConfimedUpdateFilter extends BaseFilter implements Filterable {
         *
         * @return      $filterInstance                 An instance of this filter class
         */
-       public final static function createUserStatusConfimedUpdateFilter () {
+       public static final function createUserStatusConfimedUpdateFilter () {
                // Get a new instance
                $filterInstance = new UserStatusConfimedUpdateFilter();