|
|
@@ -14,7 +14,7 @@
|
|
|
*
|
|
|
* @category Zend
|
|
|
* @package Zend_Auth
|
|
|
- * @subpackage Zend_Auth_Storage
|
|
|
+ * @subpackage Storage
|
|
|
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
* @version $Id$
|
|
|
@@ -36,7 +36,7 @@ require_once 'Zend/Auth/Storage/Interface.php';
|
|
|
*
|
|
|
* @category Zend
|
|
|
* @package Zend_Auth
|
|
|
- * @subpackage Zend_Auth_Storage
|
|
|
+ * @subpackage Storage
|
|
|
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
*/
|
|
|
@@ -47,7 +47,6 @@ class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
|
|
|
*/
|
|
|
protected $_data;
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* Returns true if and only if storage is empty
|
|
|
*
|