Fix function level comments that start with /* not /**
[lhc/web/wiklou.git] / includes / objectcache / BagOStuff.php
index 9512853..fd0f621 100644 (file)
@@ -64,7 +64,7 @@ abstract class BagOStuff {
         */
        abstract public function set( $key, $value, $exptime = 0 );
 
-       /*
+       /**
         * Delete an item.
         * @param $key string
         * @param $time int Amount of time to delay the operation (mostly memcached-specific)