'public static final' is correct
[shipsimu.git] / application / ship-simu / main / wrapper / class_UserGovernmentDatabaseWrapper.php
index 428b04e5dd8d2a454ad9d2a094d125b7f83d0e53..82897bf6483e51a180316d3d51de6cf98762d9c0 100644 (file)
@@ -44,7 +44,7 @@ class UserGovernmentDatabaseWrapper extends BaseDatabaseWrapper {
         *
         * @return      $wrapperInstance        An instance of this wrapper class
         */
-       public final static function createUserGovernmentDatabaseWrapper () {
+       public static final function createUserGovernmentDatabaseWrapper () {
                // Create a new instance
                $wrapperInstance = new UserGovernmentDatabaseWrapper();