Fixing PHPDoc of NoCacheSource
authorTim Düsterhus <timwolla@arcor.de>
Sun, 25 Sep 2011 16:37:53 +0000 (18:37 +0200)
committerTim Düsterhus <timwolla@arcor.de>
Sun, 25 Sep 2011 16:37:53 +0000 (18:37 +0200)
wcfsetup/install/files/lib/system/cache/source/NoCacheSource.class.php

index a34f26987ecb9515a5c7337a7ae0738dd049682c..39a91722d63bd0d00c5766164d7fc0aa75c6c6eb 100644 (file)
@@ -2,7 +2,7 @@
 namespace wcf\system\cache\source;
 
 /**
- * DevNullCacheSource is an implementation of CacheSource that stores the cache in /dev/null.
+ * NoCacheSource is an implementation of CacheSource that does not store any data.
  * 
  * @author     Tim Düsterhus
  * @copyright  2011 Tim Düsterhus