improving class comments.

This commit is contained in:
Taylor Otwell
2011-08-13 22:19:04 -05:00
parent 47d2207c67
commit 21a6040a79
5 changed files with 13 additions and 16 deletions

View File

@@ -10,8 +10,10 @@ class Cache {
public static $drivers = array();
/**
* Get a cache driver instance. If no driver name is specified, the default
* cache driver will be returned as defined in the cache configuration file.
* Get a cache driver instance.
*
* If no driver name is specified, the default cache driver will be returned
* as defined in the cache configuration file.
*
* @param string $driver
* @return Cache\Driver