]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/upper/class_Bridge.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index 955a3d149cfe818637629c68461598c7346001fb..42808e5352dccde960247b0c2d8ba2bc952c8b16 100644 (file)
@@ -32,7 +32,7 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
        }
 
        // Eine Kommandobruecke erstellen
-       public final static function createBridge ($width, $height, $length) {
+       public static final function createBridge ($width, $height, $length) {
                // Get new instance
                $bridgeInstance = new Bridge();