X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Ffilter%2Fvalidator%2Fclass_ShipSimuUserStatusGuestFilter.php;h=989e1d47fa5df4e4ba7e11b487a119464c5c3ead;hp=261e188e429a9c043f1963743819ad534a30bcab;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=080c45cc2fafa9b188e004f51d533a1156a80cbd diff --git a/application/ship-simu/main/filter/validator/class_ShipSimuUserStatusGuestFilter.php b/application/ship-simu/main/filter/validator/class_ShipSimuUserStatusGuestFilter.php index 261e188..989e1d4 100644 --- a/application/ship-simu/main/filter/validator/class_ShipSimuUserStatusGuestFilter.php +++ b/application/ship-simu/main/filter/validator/class_ShipSimuUserStatusGuestFilter.php @@ -2,11 +2,11 @@ /** * A filter for validating the refill request * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @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 ShipSimuUserStatusGuestFilter extends BaseShipSimuFilter implements Filter * * @return $filterInstance An instance of this filter class */ - public final static function createShipSimuUserStatusGuestFilter () { + public static final function createShipSimuUserStatusGuestFilter () { // Get a new instance $filterInstance = new ShipSimuUserStatusGuestFilter();