Fix phpdoc

This commit is contained in:
Thomas Bruederli 2013-09-26 10:46:13 +02:00
parent 40ac61ecfb
commit a2883e9402

View file

@ -43,8 +43,8 @@ class kolab_storage_folder
public $default = false; public $default = false;
/** /**
* Is this folder set to be default * The kolab_storage_cache instance for caching operations
* @var boolean * @var object
*/ */
public $cache; public $cache;