'public static final' is correct
[core.git] / inc / classes / main / cache / class_MemoryCache.php
index e681eca99d665b635e29a74d6756b46315510796..6555c4953da5cfc52ef0fb49192a56d70eaede79 100644 (file)
@@ -42,7 +42,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         *
         * @return      $cacheInstance  An instance of this cache class
         */
-       public final static function createMemoryCache () {
+       public static final function createMemoryCache () {
                // Get a new instance
                $cacheInstance = new MemoryCache();