]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/decks/cargo/class_TruckDeck.php
More renamed
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_TruckDeck.php
index d3e3fcb2a06e7f72387f2f3a62eba8ee3a4953c3..6a87d85a500eb56ab0398ad937ef97bc7d6f3118 100644 (file)
@@ -3,11 +3,11 @@
  * A truck and bus decks. Also other vehicle may be put in here if they don't
  * match into the car deck.
  *
- * @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 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
@@ -30,7 +30,7 @@ class TruckDeck extends BaseDeck implements TradeableItem, ConstructableShipPart
        }
 
        // LKW-Deck erstellen
-       public final static function createTruckDeck ($numDecks, $dim) {
+       public static final function createTruckDeck ($numDecks, $dim) {
                // Get new instance
                $truckInstance = new TruckDeck();