'public static final' is correct
[core.git] / inc / classes / main / registry / generic / class_Registry.php
index 165b00fddc36d6d3d2d9b0febad6de8466af2b8e..0134941abd674379aa4bd8c4d501208f0157a01e 100644 (file)
@@ -44,7 +44,7 @@ class Registry extends BaseRegistry implements Register {
         *
         * @return      $registryInstance       Instance of this class
         */
-       public final static function getRegistry () {
+       public static final function getRegistry () {
                // Is an instance there?
                if (is_null(self::$registryInstance)) {
                        // Not yet, so create one