Author: Tobias Schlitt
Date: 2006-01-13 10:19:33 +0100 (Fri, 13 Jan 2006)
New Revision: 1811
Log:
- Remove todo again.
# Stupid idea.
Modified:
packages/Cache/trunk/src/manager.php
Modified: packages/Cache/trunk/src/manager.php
===================================================================
--- packages/Cache/trunk/src/manager.php 2006-01-13 09:07:29 UTC (rev
1810)
+++ packages/Cache/trunk/src/manager.php 2006-01-13 09:19:33 UTC (rev
1811)
@@ -111,6 +111,7 @@
* @param string $location Location to create the cache in.
* @param string $storageClass Subclass of [EMAIL PROTECTED]
ezcCacheStorage}.
* @param array(string) $options Options for the cache.
+ * @return void
*
* @throws ezcBaseFileNotFoundException
* If the given location does not exist or is not a
@@ -122,9 +123,6 @@
* @throws ezcCacheInvalidStorageClassException
* If the given storage class does not exist or is no subclas of
* ezcCacheStorage.
- * @return void
- *
- * @todo Remove sanitity checks from here, since already performed during
construction of CacheStorages!
*/
public static function createCache( $id, $location, $storageClass,
$options = array() )
{
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components