PHPDoc fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user