'public static final' is correct
[shipsimu.git] / application / ship-simu / main / controller / web / class_WebGovernmentFailedController.php
index 3fc5cbdf66e5e7bdf7dcceab9f3864c7d9c05b98..86fbca63710a8711ef4c3a1b5b44bb0f6b11ee4b 100644 (file)
@@ -39,7 +39,7 @@ class WebGovernmentFailedController extends BaseController implements Controller
         * @return      $controllerInstance             A prepared instance of this class
         * @todo        Add some filters to this controller
         */
-       public final static function createWebGovernmentFailedController (CommandResolver $resolverInstance) {
+       public static final function createWebGovernmentFailedController (CommandResolver $resolverInstance) {
                // Create the instance
                $controllerInstance = new WebGovernmentFailedController();