'public static final' is correct
[shipsimu.git] / application / ship-simu / main / user / extended / class_ShipSimuGuest.php
index 30efa0d43043edd041a4a171b19f52b0f163f52c..0dd118dc48d5d3eb4dd55c3859c5752e57b98119 100644 (file)
@@ -47,7 +47,7 @@ class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest {
         * @return      $userInstance   An instance of this user class
         * @throws      UsernameMissingException        If the username does not exist
         */
-       public final static function createGuestByUsername ($userName) {
+       public static final function createGuestByUsername ($userName) {
                // Get a new instance
                $userInstance = new ShipSimuGuest();
 
@@ -71,7 +71,7 @@ class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest {
         * @param       $email                  Email address of the user
         * @return      $userInstance   An instance of this user class
         */
-       public final static function createGuestByEmail ($email) {
+       public static final function createGuestByEmail ($email) {
                // Get a new instance
                $userInstance = new ShipSimuGuest();