'public static final' is correct
[shipsimu.git] / application / ship-simu / main / constructions / harbors / class_Harbor.php
index 76aa521f4e1987b25d3e7b8c19a88aa39901413f..99189bdf5f85f0330dd52356925aa6454f492bdc 100644 (file)
@@ -41,7 +41,7 @@ class Harbor extends BaseConstruction {
        }
 
        // Creates a harbor
-       public final static function createHarbor ($harborName) {
+       public static final function createHarbor ($harborName) {
                // Hafen-Instanz holen
                $harborInstance = new Harbor();