Docblock fixes

This commit is contained in:
ADmad 2012-11-29 04:00:47 +05:30
parent 6670997283
commit 72d6ca636f
56 changed files with 191 additions and 74 deletions

View file

@ -213,7 +213,7 @@ class RedisEngine extends CacheEngine {
/**
* Disconnects from the redis server
*
* @return voind
* @return void
**/
public function __destruct() {
if (!$this->settings['persistent']) {