'public static final' is correct
[core.git] / inc / config / class_FrameworkConfiguration.php
index 65d742b5e22fbad84204ec309ab9dc079e0ba8a7..6182aa3005881d5ce07f82be51161e7f3b3ae9b5 100644 (file)
@@ -65,7 +65,7 @@ class FrameworkConfiguration implements Registerable {
         *
         * @return      $configInstance An instance of this class
         */
-       public final static function getInstance () {
+       public static final function getInstance () {
                // is the instance there?
                if (is_null(self::$configInstance))  {
                        // Create a config instance