]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/language/class_LanguageSystem.php
'public static final' is correct
[core.git] / inc / classes / main / language / class_LanguageSystem.php
index ca189a4c4bafa5c0021f686ff4b491ab48d17e41..ec8b81913830392adb626da967083f6dee1a3c83 100644 (file)
@@ -65,7 +65,7 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage,
         * @throws      LanguagePathReadProtectedException      If $languageBasePath is
         *                                                                              read-protected
         */
         * @throws      LanguagePathReadProtectedException      If $languageBasePath is
         *                                                                              read-protected
         */
-       public final static function createLanguageSystem ($languageBasePath) {
+       public static final function createLanguageSystem ($languageBasePath) {
                // Get a new instance
                $langInstance = new LanguageSystem();
 
                // Get a new instance
                $langInstance = new LanguageSystem();
 
@@ -105,7 +105,7 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage,
         *
         * @return      $thisInstance   An instance of this class
         */
         *
         * @return      $thisInstance   An instance of this class
         */
-       public final static function getInstance () {
+       public static final function getInstance () {
                return self::$thisInstance;
        }
 
                return self::$thisInstance;
        }