]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/validator/class_RefillRequestValidatorFilter.php
More renamed
[shipsimu.git] / application / ship-simu / main / filter / validator / class_RefillRequestValidatorFilter.php
index f5ca9e0f902cea95de53f5df1a215d591f457dcd..3abd7baa14d4bcbd98061f8ec5b4ad9d76cb6033 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A filter for validating the refill request
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu 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 RefillRequestValidatorFilter extends BaseShipSimuFilter implements Filtera
         *
         * @return      $filterInstance         An instance of this filter class
         */
-       public final static function createRefillRequestValidatorFilter () {
+       public static final function createRefillRequestValidatorFilter () {
                // Get a new instance
                $filterInstance = new RefillRequestValidatorFilter();