'public static final' is correct
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuProfileAction.php
index d9771cf95ebfe0552a4b141f90d7a36347f7bfbf..41569b2e932cf83b369f5ce2db7ef5575abefaeb 100644 (file)
@@ -37,7 +37,7 @@ class ShipSimuProfileAction extends BaseShipSimuAction implements PerformableAct
         *
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createShipSimuProfileAction () {
+       public static final function createShipSimuProfileAction () {
                // Get a new instance
                $actionInstance = new ShipSimuProfileAction();