'public static final' is correct
[shipsimu.git] / application / ship-simu / main / drives / motor / class_Motor.php
index 987d0850c932cd4e597e34e923f12780297c044b..7b2e0ad03df2eefd489cf0c2f08389ca8a9c303f 100644 (file)
@@ -29,7 +29,7 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart {
        }
 
        // Einen Motor erstellen
-       public final static function createMotor ($descr, $hp, $cams, $w, $h, $l) {
+       public static final function createMotor ($descr, $hp, $cams, $w, $h, $l) {
                // Get new instance
                $motorInstance = new Motor();