Added a separate error message for mkdir failures
[lhc/web/wiklou.git] / includes / cache / ObjectFileCache.php
index ed1e49a..c7ef044 100644 (file)
@@ -29,8 +29,8 @@
 class ObjectFileCache extends FileCacheBase {
        /**
         * Construct an ObjectFileCache from a key and a type
-        * @param $key string
-        * @param $type string
+        * @param string $key
+        * @param string $type
         * @return ObjectFileCache
         */
        public static function newFromKey( $key, $type ) {