PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -23,7 +23,7 @@ class Cache {
* </code>
*
* @param string $driver
* @return Cache\Driver
* @return Cache\Drivers\Driver
*/
public static function driver($driver = null)
{
@@ -41,7 +41,7 @@ class Cache {
* Create a new cache driver instance.
*
* @param string $driver
* @return Driver
* @return Cache\Drivers\Driver
*/
protected static function factory($driver)
{