]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/ships/passenger/class_PassengerShip.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / ships / passenger / class_PassengerShip.php
index c45e0ae726f2e25997624e763ead6cfd99971bcd..3fd73cb6d4930a3d48d46d4a12848f1933cce82c 100644 (file)
@@ -30,7 +30,7 @@ class PassengerShip extends BaseShip implements ConstructableShip {
        }
 
        // Passagier-Schiff erstellen
        }
 
        // Passagier-Schiff erstellen
-       public final static function createPassengerShip ($shipName) {
+       public static final function createPassengerShip ($shipName) {
                // Get new instance
                $passInstance = new PassengerShip();
 
                // Get new instance
                $passInstance = new PassengerShip();